Hello all, I'm relatively new to SQLAlchemy - is there any elegant workaround that SQLAlchemy provides for queries with in clause that contains more than 1000 items?
I have, say, "date, item, value" table that I'd like to query for arbitrary set of dates and items (date and item list is provided by the user or generated by the program. (I'd like to avoid creating temp tables with arguments and perfoming a join). Many thanks, -- You received this message because you are subscribed to the Google Groups "sqlalchemy" 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/sqlalchemy?hl=en.
