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
Dropped support for Python 2.3. The minimal version of Python for SQLObject is 2.4 now. Use reversed() in manager/command.py instead of .__reversed__(). More... about 18 years ago
Dropped support for Python 2.3. The minimal version of Python for SQLObject is 2.4 now. Use reversed() in manager/command.py instead of .__reversed__(). More... about 18 years ago
Merged revisions 3060:3062 from the 0.9 branch - patches by Diez B. Roggisch <deets at web.de>: Prevent MultipleJoin from removing the intermediate table if it was not created by the Join. More... about 18 years ago
Merged revisions 3060:3062 from the 0.9 branch - patches by Diez B. Roggisch <deets at web.de>: Prevent MultipleJoin from removing the intermediate table if it was not created by the Join. More... about 18 years ago
Added SelectResults; sorted alphabetically. More... about 18 years ago
Added SelectResults; sorted alphabetically. More... about 18 years ago
Added MS SQL. Python 2.3. More... about 18 years ago
Added MS SQL. Python 2.3. More... about 18 years ago
Sort filenames alphabetically. More... about 18 years ago
Sort filenames alphabetically. More... about 18 years ago
Missed definition for lazyColumns, minor style changes. More... about 18 years ago
Missed definition for lazyColumns, minor style changes. More... about 18 years ago
Docs update: re-read of the main SQLObject docs, new docs for SelectResults and Views. More... about 18 years ago
Docs update: re-read of the main SQLObject docs, new docs for SelectResults and Views. More... about 18 years ago
Minor fix in grammar. More... about 18 years ago
Minor fix in grammar. More... about 18 years ago
Separate type declaration from the length with a space; this is needed for PySQLite2 because PySQLite2 parses type declaration as a whole word (SQLObject uses parsed type declarations to prevent PySQLite2 to convert strings to unicode). More... about 18 years ago
Separate type declaration from the length with a space; this is needed for PySQLite2 because PySQLite2 parses type declaration as a whole word (SQLObject uses parsed type declarations to prevent PySQLite2 to convert strings to unicode). More... about 18 years ago
cacheValues can be used with transactions. More... about 18 years ago
cacheValues can be used with transactions. More... about 18 years ago
A patch by Diez B. Roggisch <[email protected]>: RowDestroySignal is send on destroying an SQLObject instance; postfunctions are run after the row has been destroyed. More... about 18 years ago
A patch by Diez B. Roggisch <[email protected]>: RowDestroySignal is send on destroying an SQLObject instance; postfunctions are run after the row has been destroyed. More... about 18 years ago
Allow MyTable.select(MyTable.q.foreignKey == object) where object is an instance of SQLObject. More... about 18 years ago
Allow MyTable.select(MyTable.q.foreignKey == object) where object is an instance of SQLObject. More... about 18 years ago
Fixed links. More... about 18 years ago
Fixed links. More... about 18 years ago
SQLObject 0.11. More... about 18 years ago
SQLObject 0.11. More... about 18 years ago
Added SF logo. More... about 18 years ago
Added SF logo. More... about 18 years ago