16
I Use This!
Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 11 hours ago.
Feb 26, 2025 — Feb 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make columns keep their order of creation. More... over 20 years ago
Make columns keep their order of creation. More... over 20 years ago
Added docstring More... over 20 years ago
Added docstring More... over 20 years ago
Simplied a couple things in SQLObject.__classinit__ More... over 20 years ago
Simplied a couple things in SQLObject.__classinit__ More... over 20 years ago
Major refactoring to move soClass._columns and company into sqlmeta. More... over 20 years ago
Major refactoring to move soClass._columns and company into sqlmeta. More... over 20 years ago
Fixed two minor bugs found by Cedric BRINER. More... over 20 years ago
Fixed two minor bugs found by Cedric BRINER. More... over 20 years ago
Yet another minor inheritance optimization from alexander smishlajev - create the object in one INSERT instead of INSERT+UPDATE. More... over 20 years ago
Yet another minor inheritance optimization from alexander smishlajev - create the object in one INSERT instead of INSERT+UPDATE. More... over 20 years ago
Fixed incompatibility with Python 2.2 - test.select.py uses yield in enumerate(). More... over 20 years ago
Fixed incompatibility with Python 2.2 - test.select.py uses yield in enumerate(). More... over 20 years ago
Optimization - pass result to cls.get(). More... over 20 years ago
Optimization - pass result to cls.get(). More... over 20 years ago
Fixed a bug - pass connection to all calls. More... over 20 years ago
Fixed a bug - pass connection to all calls. More... over 20 years ago
Applied two patches made by alexander smishlajev. The first one is to remove childName column from repr(). The second one is to optimize ineritance - don't fetch parents one by one, fetch them at once. More... over 20 years ago
Applied two patches made by alexander smishlajev. The first one is to remove childName column from repr(). The second one is to optimize ineritance - don't fetch parents one by one, fetch them at once. More... over 20 years ago
Added _reprItems() created by alexander smishlajev. More... over 20 years ago
Added _reprItems() created by alexander smishlajev. More... over 20 years ago
Moved _SO_perConnection to sqlmeta More... over 20 years ago
Moved _SO_perConnection to sqlmeta More... over 20 years ago
changed to sqlmeta style More... over 20 years ago
changed to sqlmeta style More... over 20 years ago
Moved _expired into sqlmeta More... over 20 years ago
Moved _expired into sqlmeta More... over 20 years ago
Moved _fromDatabase into sqlmeta More... over 20 years ago
Moved _fromDatabase into sqlmeta More... over 20 years ago