16
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Jan 22, 2025 — Jan 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved _registry into sqlmeta More... almost 21 years ago
Moved _registry into sqlmeta More... almost 21 years ago
Moved cacheValues into sqlmeta More... almost 21 years ago
Moved cacheValues into sqlmeta More... almost 21 years ago
Moved defaultOrder into sqlmeta More... almost 21 years ago
Moved defaultOrder into sqlmeta More... almost 21 years ago
Added test for the new softer inheritance requirements for sqlmeta More... almost 21 years ago
Added test for the new softer inheritance requirements for sqlmeta More... almost 21 years ago
Simplified the cleanDeprecatedAttrs method More... almost 21 years ago
Simplified the cleanDeprecatedAttrs method More... almost 21 years ago
* Moved lazyUpdate to sqlmeta * Moved the checking-and-moving of deprecated attributes into a separate method (out of __classinit__) More... almost 21 years ago
* Moved lazyUpdate to sqlmeta * Moved the checking-and-moving of deprecated attributes into a separate method (out of __classinit__) More... almost 21 years ago
Removed a redundant attribute More... almost 21 years ago
Removed a redundant attribute More... almost 21 years ago
Mentioned BLOBCol and PickleCol in section "Binary values". More... almost 21 years ago
Mentioned BLOBCol and PickleCol in section "Binary values". More... almost 21 years ago
Split SQLObject.txt into bite-sized chunks. These chunks will become documents in the Wiki. More... almost 21 years ago
Split SQLObject.txt into bite-sized chunks. These chunks will become documents in the Wiki. More... almost 21 years ago
Links in headers (typically backlinks to the ToC) won't be miscolored now (so the HTML doesn't have to be generated with special options) More... almost 21 years ago
Links in headers (typically backlinks to the ToC) won't be miscolored now (so the HTML doesn't have to be generated with special options) More... almost 21 years ago
* Replace cls._table with cls.sqlmeta.table * and cls._idName with cls.sqlmeta.idName * and cls._style with cls.sqlmeta.style * and make tests angry if old styles are used. Tests be very angry with old and deprecated styles, Hulk will smash bad tests! More... almost 21 years ago
* Replace cls._table with cls.sqlmeta.table * and cls._idName with cls.sqlmeta.idName * and cls._style with cls.sqlmeta.style * and make tests angry if old styles are used. Tests be very angry with old and deprecated styles, Hulk will smash bad tests! More... almost 21 years ago
Explicitly test creation and dropping, including with ifExists and ifNotExists More... almost 21 years ago
Explicitly test creation and dropping, including with ifExists and ifNotExists More... almost 21 years ago
Excersize the lazyColumns option More... almost 21 years ago
Excersize the lazyColumns option More... almost 21 years ago
Fix a bunch of small issues, like badly named attributes, and names that didn't exist. More... almost 21 years ago
Fix a bunch of small issues, like badly named attributes, and names that didn't exist. More... almost 21 years ago
* Use new attributes * Be more careful about supports -- negation supports weren't working before (supports like '-dynamicColumns': 'dbs...') More... almost 21 years ago
* Use new attributes * Be more careful about supports -- negation supports weren't working before (supports like '-dynamicColumns': 'dbs...') More... almost 21 years ago