Re: [sqlalchemy] Re: How to query for something like this?

2015-09-22 Thread Johnny W. Santos
Anyway thanks, it'll help a lot. -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to sqlalchemy+unsubscr...@googlegroups.com. To post to this group, send email to

Re: [sqlalchemy] Re: How to query for something like this?

2015-09-22 Thread Johnny W. Santos
Yes, but I think this will be expensive to arrange it with python because I need to return everything at once. I though I could just group_by with some annotation, but I couldn't figure out how. -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To

[sqlalchemy] How to query for something like this?

2015-09-22 Thread Johnny W. Santos
Supose I have the models below, how could I query for a result like this: [ {1: [{"id": 3, "location": "POINT(23.23423423 54.234524234)"},{"id": 4, "location": "POINT(23.23423423 54.234524234)"}]}, {2: [{"id": 45, "location": "POINT(78.23423423 43.234524234)"},{"id": 67, "location":

[sqlalchemy] There is any chance to SQLAlchemy works with syncio?

2015-09-16 Thread Johnny W. Santos
Hi guys, I would like to know if theres is any chances to SQLAlchemy support asyncio out of the box? Like the ORM and such. Thanks Johnny -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails

Re: [sqlalchemy] There is any chance to SQLAlchemy works with syncio?

2015-09-16 Thread Johnny W. Santos
at your blog post for a matter of clarification and try to figure something out. Probably I'll show up here again soon. Thanks On Wed, Sep 16, 2015 at 11:37 AM, Mike Bayer <mike...@zzzcomputing.com> wrote: > > > On 9/16/15 10:17 AM, Johnny W. Santos wrote: > > Hi guys, >