You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry if I missed this (and I didn't find a mailing list). Looping through entities is very convenient, but I'd like to specify queries for performance. Trying to make a query did not work as expected:
Stop = pygtfs.gtfs_entities.Stop
stops = schedule.session.query(Stop).all()
[...]
ArgumentError: Column-based expression object expected for argument 'order_by'; got: 'stop_sequence', type <type 'str'>
Is there support for specifying SQLalchemy queries is pygtfs? How do I use it?
Thanks.
Elliot
The text was updated successfully, but these errors were encountered:
Sorry if I missed this (and I didn't find a mailing list). Looping through entities is very convenient, but I'd like to specify queries for performance. Trying to make a query did not work as expected:
Is there support for specifying SQLalchemy queries is pygtfs? How do I use it?
Thanks.
Elliot
The text was updated successfully, but these errors were encountered: