16
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected 2 days ago.
Jul 02, 2025 — Jul 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved _registry into sqlmeta More... over 21 years ago
Moved _registry into sqlmeta More... over 21 years ago
Moved cacheValues into sqlmeta More... over 21 years ago
Moved cacheValues into sqlmeta More... over 21 years ago
Moved defaultOrder into sqlmeta More... over 21 years ago
Moved defaultOrder into sqlmeta More... over 21 years ago
Added test for the new softer inheritance requirements for sqlmeta More... over 21 years ago
Added test for the new softer inheritance requirements for sqlmeta More... over 21 years ago
Simplified the cleanDeprecatedAttrs method More... over 21 years ago
Simplified the cleanDeprecatedAttrs method More... over 21 years ago
* Moved lazyUpdate to sqlmeta * Moved the checking-and-moving of deprecated attributes into a separate method (out of __classinit__) More... over 21 years ago
* Moved lazyUpdate to sqlmeta * Moved the checking-and-moving of deprecated attributes into a separate method (out of __classinit__) More... over 21 years ago
Removed a redundant attribute More... over 21 years ago
Removed a redundant attribute More... over 21 years ago
Mentioned BLOBCol and PickleCol in section "Binary values". More... over 21 years ago
Mentioned BLOBCol and PickleCol in section "Binary values". More... over 21 years ago
Split SQLObject.txt into bite-sized chunks. These chunks will become documents in the Wiki. More... over 21 years ago
Split SQLObject.txt into bite-sized chunks. These chunks will become documents in the Wiki. More... over 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... over 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... over 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... over 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... over 21 years ago
Explicitly test creation and dropping, including with ifExists and ifNotExists More... over 21 years ago
Explicitly test creation and dropping, including with ifExists and ifNotExists More... over 21 years ago
Excersize the lazyColumns option More... over 21 years ago
Excersize the lazyColumns option More... over 21 years ago
Fix a bunch of small issues, like badly named attributes, and names that didn't exist. More... over 21 years ago
Fix a bunch of small issues, like badly named attributes, and names that didn't exist. More... over 21 years ago
* Use new attributes * Be more careful about supports -- negation supports weren't working before (supports like '-dynamicColumns': 'dbs...') More... over 21 years ago
* Use new attributes * Be more careful about supports -- negation supports weren't working before (supports like '-dynamicColumns': 'dbs...') More... over 21 years ago