16
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 22 hours ago.
Jul 07, 2025 — Jul 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
InheritableSQLObject are now inheritable by default - one does not need to set _inheritable = True. Tests and documentation were updated. More... over 21 years ago
InheritableSQLObject are now inheritable by default - one does not need to set _inheritable = True. Tests and documentation were updated. More... over 21 years ago
Added min() and max() - patch by michelts <[email protected]>. Added avg() and tests. More... over 21 years ago
Added min() and max() - patch by michelts <[email protected]>. Added avg() and tests. More... over 21 years ago
Fixed bugs with passing port to MySQLdb. More... over 21 years ago
Fixed bugs with passing port to MySQLdb. More... over 21 years ago
Fixed a bug with autocommit in sqlite. More... over 21 years ago
Fixed a bug with autocommit in sqlite. More... over 21 years ago
_parseURI() now translate paths from C|/path to C:/path on w32 platforms. More... over 21 years ago
_parseURI() now translate paths from C|/path to C:/path on w32 platforms. More... over 21 years ago
_parseURI now splits host and port, if the host contains :port. More... over 21 years ago
_parseURI now splits host and port, if the host contains :port. More... over 21 years ago
The patch simplified and made faster inherited _SO_fetchAlternateID (_findAlternateID, actually), but changed their signatures. Fixed a minor bug in cache.py expireAll(). More... over 21 years ago
The patch simplified and made faster inherited _SO_fetchAlternateID (_findAlternateID, actually), but changed their signatures. Fixed a minor bug in cache.py expireAll(). More... over 21 years ago
Fixed bugs in nherited byAlternateID() and selectBy(). Split _SO_fetchAlternateID() into _findAlternateID() overrided _findAlternateID() in InheritableSQLObject. Added more inheritance tests. More... over 21 years ago
Fixed bugs in nherited byAlternateID() and selectBy(). Split _SO_fetchAlternateID() into _findAlternateID() overrided _findAlternateID() in InheritableSQLObject. Added more inheritance tests. More... over 21 years ago
Fixed a bug in sqlite connection - allow in-memory database with sqlite:/:memory: URI. Added tests for _parseURI. More... over 21 years ago
Fixed a bug in sqlite connection - allow in-memory database with sqlite:/:memory: URI. Added tests for _parseURI. More... over 21 years ago
Started new section about SQLObject 0.7.0. More... over 21 years ago
Started new section about SQLObject 0.7.0. More... over 21 years ago
Minor inheritance documentation update. More... over 21 years ago
Minor inheritance documentation update. More... over 21 years ago
Applied the patch from https://sourceforge.net/tracker/index.php?func=detail&aid=1040262&group_id=74338&atid=540672 More... over 21 years ago
Applied the patch from https://sourceforge.net/tracker/index.php?func=detail&aid=1040262&group_id=74338&atid=540672 More... over 21 years ago
Applied the patch from https://sourceforge.net/tracker/index.php?func=detail&aid=1104058&group_id=74338&atid=540674 More... over 21 years ago
Applied the patch from https://sourceforge.net/tracker/index.php?func=detail&aid=1104058&group_id=74338&atid=540674 More... over 21 years ago
Minor code cleanup - removed trailing spaces. Added connection parameter to method .delete(). More... over 21 years ago
Minor code cleanup - removed trailing spaces. Added connection parameter to method .delete(). More... over 21 years ago
Moved more attributes into sqlmeta, including attributes that are per-class and private (like _SO_columns); these get set in sqlmeta.setClass More... over 21 years ago
Moved more attributes into sqlmeta, including attributes that are per-class and private (like _SO_columns); these get set in sqlmeta.setClass More... over 21 years ago