16
I Use This!
Low Activity

Commits : Listings

Analyzed 5 days ago. based on code collected 10 days ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed incorrect handling of boolean arguments passed to connectionForURI or via dburi parameters More... over 17 years ago
Fixed incorrect handling of boolean arguments passed to connectionForURI or via dburi parameters More... over 17 years ago
Fixed adding extra URI parameters from the function kwargs when the URI already contains some parameters More... over 17 years ago
Fixed adding extra URI parameters from the function kwargs when the URI already contains some parameters More... over 17 years ago
Merged the revision 3537 from the branch 0.9: fixed a misspelling, removed trailing spaces. More... over 17 years ago
Merged the revision 3537 from the branch 0.9: fixed a misspelling, removed trailing spaces. More... over 17 years ago
Fixed the bug 2009801: sqlobject-admin fails to process sqlite database with enums. More... over 17 years ago
Fixed the bug 2009801: sqlobject-admin fails to process sqlite database with enums. More... over 17 years ago
Allow the test to be run without 'schema=' parameter in the DB URI. More... over 17 years ago
Allow the test to be run without 'schema=' parameter in the DB URI. More... over 17 years ago
Added some support for schemas in PostgreSQL. More... over 17 years ago
Added some support for schemas in PostgreSQL. More... over 17 years ago
A patch by Diez B. Roggisch: added support for schemas in PostgreSQL. More... over 17 years ago
A patch by Diez B. Roggisch: added support for schemas in PostgreSQL. More... over 17 years ago
Minor documentation update - fixed devguide on how to pass DB URI to tests. More... over 17 years ago
Minor documentation update - fixed devguide on how to pass DB URI to tests. More... over 17 years ago
Added sqlobject.include.hascol.HashCol from SF patch 2013132. More... over 17 years ago
Added sqlobject.include.hascol.HashCol from SF patch 2013132. More... over 17 years ago
Merged r3509 from the 0.9 branch: added test_default_style.py from the SF patch 2007233. More... over 17 years ago
Merged r3509 from the 0.9 branch: added test_default_style.py from the SF patch 2007233. More... over 17 years ago
Fixed inconsistency with error message type when converting from mysql OperationalError to sqlobject OperationalError More... over 17 years ago
Fixed inconsistency with error message type when converting from mysql OperationalError to sqlobject OperationalError More... over 17 years ago
DecimalStringColumn cannot be used in expressions and ordering. More... over 17 years ago
DecimalStringColumn cannot be used in expressions and ordering. More... over 17 years ago
DecimalStringValidator now supports quantization, thanks to Christopher Singley <csingley at gmail.com>. More... over 17 years ago
DecimalStringValidator now supports quantization, thanks to Christopher Singley <csingley at gmail.com>. More... over 17 years ago
Convert decimal.to_eng_string() to str to work around a bug in Python 2.5.2; see http://mail.python.org/pipermail/python-dev/2008-March/078189.html More... over 17 years ago
Convert decimal.to_eng_string() to str to work around a bug in Python 2.5.2; see http://mail.python.org/pipermail/python-dev/2008-March/078189.html More... over 17 years ago
DecimalStringCol - similar to DecimalCol but stores data as strings to work around problems in some drivers and type affinity problem in SQLite. More... almost 18 years ago
DecimalStringCol - similar to DecimalCol but stores data as strings to work around problems in some drivers and type affinity problem in SQLite. More... almost 18 years ago