16
I Use This!
Low Activity

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Mar 23, 2025 — Mar 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Applied patch 1414091: Fix cache cleanup for new object creation. More... about 20 years ago
Applied patch 1414091: Fix cache cleanup for new object creation. More... about 20 years ago
Applied the patch 1407684: object initialization threading issue. More... about 20 years ago
Applied the patch 1407684: object initialization threading issue. More... about 20 years ago
Make sure that sqlmeta always gets set to an instance when a SQLObject instance is created; sometimes they would be left as the class which is common to all SQLObject/subclass instances. This could potentially have caused a lot of problems. More... about 20 years ago
Make sure that sqlmeta always gets set to an instance when a SQLObject instance is created; sometimes they would be left as the class which is common to all SQLObject/subclass instances. This could potentially have caused a lot of problems. More... about 20 years ago
Make sure that sqlmeta always gets set to an instance when a SQLObject instance is created; sometimes they would be left as the class which is common to all SQLObject/subclass instances. This could potentially have caused a lot of problems. More... about 20 years ago
Make sure that sqlmeta always gets set to an instance when a SQLObject instance is created; sometimes they would be left as the class which is common to all SQLObject/subclass instances. This could potentially have caused a lot of problems. More... about 20 years ago
Added a close option to .commit(), so you can close the transaction as you commit it More... about 20 years ago
Added a close option to .commit(), so you can close the transaction as you commit it More... about 20 years ago
Renamed test_selectBy_foreignKey.py to test_foreignKey.py. Added a test for addColumn(). More... about 20 years ago
Renamed test_selectBy_foreignKey.py to test_foreignKey.py. Added a test for addColumn(). More... about 20 years ago
Implemented addColumn() for SQLite. Added empty delColumn() for tests. More... about 20 years ago
Implemented addColumn() for SQLite. Added empty delColumn() for tests. More... about 20 years ago
Fixed problem with sqlite and threads; connections are no longer shared between threads for sqlite (except for :memory:) More... about 20 years ago
Fixed problem with sqlite and threads; connections are no longer shared between threads for sqlite (except for :memory:) More... about 20 years ago
Fixed problem with DecimalCol error message More... about 20 years ago
Fixed problem with DecimalCol error message More... about 20 years ago
Spell disabled properly More... about 20 years ago
Spell disabled properly More... about 20 years ago
A patch by Jan-Wijbrand Kolman <[email protected]> for ordering joins with NULLs. More... about 20 years ago
A patch by Jan-Wijbrand Kolman <[email protected]> for ordering joins with NULLs. More... about 20 years ago
Removed trailing spaces. More... about 20 years ago
Removed trailing spaces. More... about 20 years ago
Added WSGI middleware for configuring connections and running request in transaction More... about 20 years ago
Added WSGI middleware for configuring connections and running request in transaction More... about 20 years ago
Fixed the bug N 1344338: convert self.autoCommit from string to bool/int. More... about 20 years ago
Fixed the bug N 1344338: convert self.autoCommit from string to bool/int. More... about 20 years ago
Recommitted patches that I have erroneously committed to to the old repository. More... about 20 years ago
Recommitted patches that I have erroneously committed to to the old repository. More... about 20 years ago