[Developers] MQL Write Query Error

Dae Park daepark at metaweb.com
Thu Aug 16 01:36:09 UTC 2007


Another problem:

On Aug 15, 2007, at 5:15 PM, Michael Jones wrote:

>         /user/szaijan/fantasy_football/player/projection => {
>           /user/szaijan/fantasy_football/statline/sacks => {
>             value => 34,
>             connect => update
>           },
>           create => unless_exists,
>           types => [
>             {
>               id => /user/szaijan/fantasy_football/projection,
>               type => /type/type,
>               connect => insert
>             },
>             {
>               id => /user/szaijan/fantasy_football/statline,
>               type => /type/type,
>               connect => insert
>             }
>           ],


"types => ..." should be "type => ..."

btw, do you have the actual JSON result?


More information about the Developers mailing list