hi all!
i'm creating user interface for search in database, and i wondered of
any of you knows how to generate query dynamically, without using 'eval
()' (slow) or 'engine.execute("my query")' (loosing flexability and
efficiency - am i right?)
the aim is to manage complex query (with or, and, join,multiple
tables, private-user's tables) efficiently and without letting the
user be aware of implementaion.
anyone?
:)
thanks
tom
--
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.