> The query language is more or less same for datastore as relational > db, so any thing could happen to relation db querying could > happen to datastore querying.
Not true. JDOQL is parsed by a parser and converted into a datastore query; SQL is not. JDOQL queries do not go there direct. The parsing eliminates the vast majority of any evil intent. Not the same as simply passing SQL direct through to a JDBC driver -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.