16
I Use This!
Low Activity

Commits : Listings

Analyzed 6 days ago. based on code collected 6 days ago.
Mar 23, 2025 — Mar 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed ConnectionHub.doInTransaction() - close low-level connection on commit() to prevent connections leaking. More... about 19 years ago
Fixed ConnectionHub.doInTransaction() - close low-level connection on commit() to prevent connections leaking. More... about 19 years ago
Applied the patch 1675319: DatabaseIndex.get() fix and simplification. Merged tests/test_index_get.py into tests/test_indexes.py. More... about 19 years ago
Applied the patch 1675319: DatabaseIndex.get() fix and simplification. Merged tests/test_index_get.py into tests/test_indexes.py. More... about 19 years ago
MySQLdb.version_info[:3] >= (1, 2, 1) is much more readable and pythonic. More... about 19 years ago
MySQLdb.version_info[:3] >= (1, 2, 1) is much more readable and pythonic. More... about 19 years ago
A patch by Markus Gritsch <[email protected]>: for MySQLdb 1.2.2+ call ping(True) on the connection to allow autoreconnect after a timeout. More... about 19 years ago
A patch by Markus Gritsch <[email protected]>: for MySQLdb 1.2.2+ call ping(True) on the connection to allow autoreconnect after a timeout. More... about 19 years ago
Fixed return value - it must an empty list, not None. More... about 19 years ago
Fixed return value - it must an empty list, not None. More... about 19 years ago
ID columns are reverted back from INT UNSIGNED to INT for MySQL to be in accord with FOREIGN KEYs. More... about 19 years ago
ID columns are reverted back from INT UNSIGNED to INT for MySQL to be in accord with FOREIGN KEYs. More... about 19 years ago
Fixed bugs in processing engineSQL. More... about 19 years ago
Fixed bugs in processing engineSQL. More... about 19 years ago
Fixed a bug in UnicodeField - allow comparison with None. More... about 19 years ago
Fixed a bug in UnicodeField - allow comparison with None. More... about 19 years ago
Applied the patch 1450591: support for TINYINT, SMALLINT, MEDIUMINT, BIGINT. More... about 19 years ago
Applied the patch 1450591: support for TINYINT, SMALLINT, MEDIUMINT, BIGINT. More... about 19 years ago
Applied the patch 1450587: support for MySQL ENGINE specification. More... about 19 years ago
Applied the patch 1450587: support for MySQL ENGINE specification. More... about 19 years ago
Aplied the patch 1450584: Support for DEFAULT SQL attribute. More... about 19 years ago
Aplied the patch 1450584: Support for DEFAULT SQL attribute. More... about 19 years ago
Applied the patch 1450581: support for MySQL SET type. More... about 19 years ago
Applied the patch 1450581: support for MySQL SET type. More... about 19 years ago
Applied the patch 1450576: support for MySQL INT type attributes: UNSIGNED, ZEROFILL. More... about 19 years ago
Applied the patch 1450576: support for MySQL INT type attributes: UNSIGNED, ZEROFILL. More... about 19 years ago
Applied the patch 1450570: support for MySQL TIMESTAMP type. More... about 19 years ago
Applied the patch 1450570: support for MySQL TIMESTAMP type. More... about 19 years ago
Create/drop the tables in the order of dependency level. More... about 19 years ago
Create/drop the tables in the order of dependency level. More... about 19 years ago