16
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 19, 2025 — Jan 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactored tests into py.test framework; included documentation about how to use the new tests. More... almost 21 years ago
Refactored tests into py.test framework; included documentation about how to use the new tests. More... almost 21 years ago
Noted what to do with Python keywords for columns More... almost 21 years ago
Noted what to do with Python keywords for columns More... almost 21 years ago
* Add attributes like user, host, db to postgres connections, so that we can recreate the URI * Fixed an assert in dbconnection (NameError) More... almost 21 years ago
* Add attributes like user, host, db to postgres connections, so that we can recreate the URI * Fixed an assert in dbconnection (NameError) More... almost 21 years ago
Make its __repr__ more robust (so it doesn't raise exceptions when a value is database-dependent) More... almost 21 years ago
Make its __repr__ more robust (so it doesn't raise exceptions when a value is database-dependent) More... almost 21 years ago
Be careful when __del__ happens not to throw an exception More... almost 21 years ago
Be careful when __del__ happens not to throw an exception More... almost 21 years ago
Fixed a bug in date/time validators: allow sqlbuilder.SQLExpression. More... almost 21 years ago
Fixed a bug in date/time validators: allow sqlbuilder.SQLExpression. More... almost 21 years ago
Clean up getConnection a little -- if we need to make a connection, don't put it in the pool just to take it out again. More... almost 21 years ago
Clean up getConnection a little -- if we need to make a connection, don't put it in the pool just to take it out again. More... almost 21 years ago
Handle case where datetime isn't defined (it will result in a NameError otherwise, as there's a test against DATETIME_IMPLEMENTATION which isn't defined if datetime isn't importable) More... almost 21 years ago
Handle case where datetime isn't defined (it will result in a NameError otherwise, as there's a test against DATETIME_IMPLEMENTATION which isn't defined if datetime isn't importable) More... almost 21 years ago
* Be a little more robust about closing a DBConnection instance, and closing all its direct connections * When there's no pooling (typically in a transaction) make sure you explicitly close connections that are released. More... almost 21 years ago
* Be a little more robust about closing a DBConnection instance, and closing all its direct connections * When there's no pooling (typically in a transaction) make sure you explicitly close connections that are released. More... almost 21 years ago
Doesn't really apply anymore; historically relevant, but not current. More... almost 21 years ago
Doesn't really apply anymore; historically relevant, but not current. More... almost 21 years ago
Changed version numbers More... almost 21 years ago
Changed version numbers More... almost 21 years ago
Fixed more incompatibility with Python 2.2: use string.find(), emulate sum() and enumerate() if they aren't available. More... about 21 years ago
Fixed more incompatibility with Python 2.2: use string.find(), emulate sum() and enumerate() if they aren't available. More... about 21 years ago
Fixed incompatibility with Python 2.2: used col.popKey() instead of kw.pop(). More... about 21 years ago
Fixed incompatibility with Python 2.2: used col.popKey() instead of kw.pop(). More... about 21 years ago
PickleCol now has a parameter pickleProtocol. Default is 1 (binary) for compatibility with Python 2.2. More... about 21 years ago
PickleCol now has a parameter pickleProtocol. Default is 1 (binary) for compatibility with Python 2.2. More... about 21 years ago
Added FloatValidator and a test for it. More... about 21 years ago
Added FloatValidator and a test for it. More... about 21 years ago