I need delete from my DB all entities, that contain the "-" sign in the "name" prop.
What do I need to make a query?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t do that in the GAE datastore with only one query, because the datastore does not support “contains” queries. Therefore, you have two options:
true. This property is updated every time the name is updated.Of course, the second option might require data migration, since the property will be
nullfor existing entities.