Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
SQL code generation from table-free boolean queries?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Foo Stack, post: 5102026"] Given string input such as: foo=5 AND a=6 AND date=now OR date='2013/6' AND bar='hello' I am going to implement: - boolean understanding (which operator takes precendence) - spliting off of attributes into my function which computes their table in the SQL database - piece everything together into an SQL query However, it came to me that this is probably a very generic thing; and there might be a library for it. If that's so, can you recommend it? Thanks! [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
SQL code generation from table-free boolean queries?
Top