Hi,
I have some strings which I have no trouble storing and retrieving
from the table.
The problem is querying the string with an apostrophe.
I am using the command;
x = db.GqlQuery("SELECT * FROM sometable where x = :1 AND y =:2 AND z
=:3",a,b,c)
at this stage it is z with the string that contains the apostrophe.
It works fine with all other data without an apostrophe.
Any ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---