[google-appengine] Re: math/trig functions in GQL

2009-02-09 Thread Alexander Kojevnikov

On Feb 10, 8:50 am, Shawn  wrote:
> Is there a list of SQL-supported math (specifically trig) functions
> published somewhere?

GQL doesn't support any, you have to do the calculations in your
Python code.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: math/trig functions in GQL

2009-02-09 Thread Shawn

Ok, thanks for the info. Are there any good references on GQL other
than the docs provided on the Google Code site for App Engine?

Shawn

On Feb 9, 4:08 pm, Alexander Kojevnikov 
wrote:
> On Feb 10, 8:50 am, Shawn  wrote:
>
> > Is there a list of SQL-supported math (specifically trig) functions
> > published somewhere?
>
> GQL doesn't support any, you have to do the calculations in your
> Python code.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: math/trig functions in GQL

2009-02-09 Thread Alexander Kojevnikov

On Feb 10, 11:50 am, Shawn  wrote:
> Ok, thanks for the info. Are there any good references on GQL other
> than the docs provided on the Google Code site for App Engine?
>
The most complete reference you can find is there:
http://code.google.com/appengine/docs/python/datastore/gqlreference.html

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---