16
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 20 hours ago.
Jan 14, 2025 — Jan 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed separartion of attributes for plain setters from ._create() because .set() does this itself. Minor optimization in kw.items(). More... about 21 years ago
Removed separartion of attributes for plain setters from ._create() because .set() does this itself. Minor optimization in kw.items(). More... about 21 years ago
Fixed a bug: replaced usage() with sys.exit() and an error message. More... about 21 years ago
Fixed a bug: replaced usage() with sys.exit() and an error message. More... about 21 years ago
Test the server's version and adapt DROP TABLE (do not use CASCADE in version 7.2 or earlier). More... about 21 years ago
Test the server's version and adapt DROP TABLE (do not use CASCADE in version 7.2 or earlier). More... about 21 years ago
dbValue is never used in the snippet. More... about 21 years ago
dbValue is never used in the snippet. More... about 21 years ago
Renamed tests/test.py to tests/test_sqlobject.py to allow import from it (and not from python test). More... about 21 years ago
Renamed tests/test.py to tests/test_sqlobject.py to allow import from it (and not from python test). More... about 21 years ago
Separated main() to use it in other test modules. Used getopt to parse options and arguments. More... about 21 years ago
Separated main() to use it in other test modules. Used getopt to parse options and arguments. More... about 21 years ago
Was invalidly converting values to database representation, then putting them in the Python-representation attribute. Per email Re: [SQLObject] .set() fromPython More... about 21 years ago
Was invalidly converting values to database representation, then putting them in the Python-representation attribute. Per email Re: [SQLObject] .set() fromPython More... about 21 years ago
ClassRegistryTest: Error string for duplicate classes changed IndexTest1: Postgres raises ProgrammingError instead of IntegrityError, sometimes; just catches either now. More... about 21 years ago
ClassRegistryTest: Error string for duplicate classes changed IndexTest1: Postgres raises ProgrammingError instead of IntegrityError, sometimes; just catches either now. More... about 21 years ago
Applied MySQL "DOUBLE PRECISION" patch and DATE type for sqlite from SF. More... about 21 years ago
Applied MySQL "DOUBLE PRECISION" patch and DATE type for sqlite from SF. More... about 21 years ago
Ignore *.pyo in addition to *.pyc. More... about 21 years ago
Ignore *.pyo in addition to *.pyc. More... about 21 years ago
Fixed bugs in _LikeQuoted: added __add__ and __radd__ so its instances can be used in '%' + _LikeQuoted(value) + '%'. More... about 21 years ago
Fixed bugs in _LikeQuoted: added __add__ and __radd__ so its instances can be used in '%' + _LikeQuoted(value) + '%'. More... about 21 years ago
Fixed a bug: only clear self.cache if doCache is True. More... about 21 years ago
Fixed a bug: only clear self.cache if doCache is True. More... about 21 years ago
tryGet() needs to check expiredCache as well More... about 21 years ago
tryGet() needs to check expiredCache as well More... about 21 years ago
Two small bugfixes from Oleg, allIDs() and tryGet() More... about 21 years ago
Two small bugfixes from Oleg, allIDs() and tryGet() More... about 21 years ago
Used repr() instead of sqlrepr(), reported by Oleg More... about 21 years ago
Used repr() instead of sqlrepr(), reported by Oleg More... about 21 years ago