This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
hi, We are having a bit of trouble with QueryExpressions and predicates with the fancy new SimpleDB Select API Changes. basically, building QueryExpressions does not seem to be putting parenthesis in the logical places. for example: -------------------------------- var queryExpression = ------------------------------ creates a simpleDB call like this: ------------------------------- Action=Select&SelectExpression=SELECT --------------------------------- since there is no parenthesis around the Type predicates, it results in this simpleDB error: ------------------------------------ <?xml version="1.0"?> ---------------------------- Rather, we would like the QueryExpression to create something like this: --------------------------- Action=Select&SelectExpression=SELECT ------------------------------ Are we formatting this QueryExpression incorrectly? or maybe this is already fixed with a more recent build? We are still using the build from 9/10 Thanks, -joe Freeman (commie mutant traitor)
|
|
|
Your query expression is fine -- we were not adding enough brackets when emitting the SELECT expression. This will be fixed in the 18 Sept nightly build -- please let us know if you still see issues. |
|
|
And please accept our apologies that this has taken a while to turn around -- we have all been tied up with a conference for the last few days. |
|
|
Not a problem.. Any thoughts on my maxnumberofitems post?
Hope the conference was good...
Thanks,
-Joe
|
|
|
Yes, we've reproduced the problem (unfortunately our test for multi-request loading was for 300 items, which caught the issue in Query, but didn't trigger the limit in Select), and I'm working on it -- will post on the other thread when we have a fix, hopefully later today! |
|