16
I Use This!
Low Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 9 days ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merged branches/sqlbuilder-views+1 for sqbuilder/sresults unification, sresults.throughTo, sqlbuilder.ImportProxy, and views More... almost 19 years ago
Merged branches/sqlbuilder-views+1 for sqbuilder/sresults unification, sresults.throughTo, sqlbuilder.ImportProxy, and views More... almost 19 years ago
Applied the patch 1653898: properly initialize MySQL connection encoding. More... almost 19 years ago
Applied the patch 1653898: properly initialize MySQL connection encoding. More... almost 19 years ago
Fixed sqlbuilder - .startswith(), .endswith() and .contains() assumed their parameter must be a string; now you can pass an SQLExpression. More... almost 19 years ago
Fixed sqlbuilder - .startswith(), .endswith() and .contains() assumed their parameter must be a string; now you can pass an SQLExpression. More... almost 19 years ago
Removed support for MySQL storage ENGINEs - it's too special and could be implemented using createSQL. More... almost 19 years ago
Removed support for MySQL storage ENGINEs - it's too special and could be implemented using createSQL. More... almost 19 years ago
Fixed a bug with absent comma in JOINs. More... almost 19 years ago
Fixed a bug with absent comma in JOINs. More... almost 19 years ago
Fixed a longstanding bug with .select() ignoring 'limit' parameter. More... almost 19 years ago
Fixed a longstanding bug with .select() ignoring 'limit' parameter. More... almost 19 years ago
Trunk will be 0.10. More... almost 19 years ago
Trunk will be 0.10. More... almost 19 years ago
Fixed a bug in DateValidator caused by datetime being a subclass of date. More... almost 19 years ago
Fixed a bug in DateValidator caused by datetime being a subclass of date. More... almost 19 years ago
Fixed test_deep_inheritance.py - setup classes in the correct order (required for Postgres 8.0+ which is strict about referential integrity). More... almost 19 years ago
Fixed test_deep_inheritance.py - setup classes in the correct order (required for Postgres 8.0+ which is strict about referential integrity). More... almost 19 years ago
Adapted for the latest py.test. More... almost 19 years ago
Adapted for the latest py.test. More... almost 19 years ago
Fixed ConnectionHub.doInTransaction() - if the original connection was processConnection - reset processConnection, not threadConnection. More... almost 19 years ago
Fixed ConnectionHub.doInTransaction() - if the original connection was processConnection - reset processConnection, not threadConnection. More... almost 19 years ago
Applied the patch 1673013: Convert used tables dict keys to string. More... about 19 years ago
Applied the patch 1673013: Convert used tables dict keys to string. More... about 19 years ago
cls.deleteMany(), cls.deleteBy(). More... about 19 years ago
cls.deleteMany(), cls.deleteBy(). More... about 19 years ago
Do not run sqlrepr() if the clause is string. More... about 19 years ago
Do not run sqlrepr() if the clause is string. More... about 19 years ago
SQLObject.tableExists() as a shortcut for conn.tableExists(cls.sqlmeta.table). More... about 19 years ago
SQLObject.tableExists() as a shortcut for conn.tableExists(cls.sqlmeta.table). More... about 19 years ago