Top "Sqlobject" questions

SQLObject is a powerful ORM for Python

Remove duplicates in list of object with Python

I've got a list of objects and I've got a db table full of records. My list of objects has …

python mysql sqlobject
python raw string assignment

Given a file contains lines such as: (?i:\bsys\.user_catalog\b) While reading those line, I want the value …

python string sqlobject
How to make mysql connection that requires CA-CERT with sqlalchemy or SQLObject

I would like to connect to a MySQL database that requires ca-cert. I can do it with MySQLdb like below: …

python mysql sqlalchemy sqlobject
Dynamic Order in JDBI SQL Object Queries

How do you do ordering with SQL Object Queries in JDBI? I want to do something like: @SqlQuery( "SELECT * FROM …

java sql-order-by sqlobject jdbi