16
I Use This!
Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 7 days ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed "SET NAMES" query - MySQLdb sends it itself if there is "charset" parameter. More... over 19 years ago
Removed "SET NAMES" query - MySQLdb sends it itself if there is "charset" parameter. More... over 19 years ago
Store the charset value from the URI as dbEncoding; merged client_encoding with charset/dbEncoding; use dbEncoding instead of "ascii" to convert from unicode from MySQLdb. More... over 19 years ago
Store the charset value from the URI as dbEncoding; merged client_encoding with charset/dbEncoding; use dbEncoding instead of "ascii" to convert from unicode from MySQLdb. More... over 19 years ago
A patch by Humberto Diogenes http://humberto.digi.com.br to use sqlite3 (builtin module in Python 2.5). More... over 19 years ago
A patch by Humberto Diogenes http://humberto.digi.com.br to use sqlite3 (builtin module in Python 2.5). More... over 19 years ago
"FOR UPDATE" should go after limit/offset. More... over 19 years ago
"FOR UPDATE" should go after limit/offset. More... over 19 years ago
A patch by David Faure <[email protected]> implementing SELECT FOR UPDATE. More... over 19 years ago
A patch by David Faure <[email protected]> implementing SELECT FOR UPDATE. More... over 19 years ago
Minor update. Added download_url and extended extra reuirements. More... over 19 years ago
Minor update. Added download_url and extended extra reuirements. More... over 19 years ago
Mark a place where a version string should be. More... over 19 years ago
Mark a place where a version string should be. More... over 19 years ago
Changed the order of the mailing lists to look nicer. :) More... over 19 years ago
Changed the order of the mailing lists to look nicer. :) More... over 19 years ago
Changed the download link. More... over 19 years ago
Changed the download link. More... over 19 years ago
Mention MSSQL in the template. More... over 19 years ago
Mention MSSQL in the template. More... over 19 years ago
No need to loop over the "columns" dictionary - "name" is exactly a key for the dictionary. More... over 19 years ago
No need to loop over the "columns" dictionary - "name" is exactly a key for the dictionary. More... over 19 years ago
Minor optimization - moved the condition out of the loop, used break. More... over 19 years ago
Minor optimization - moved the condition out of the loop, used break. More... over 19 years ago
Applied the patch 1546314: Fix bug 1546294. More... over 19 years ago
Applied the patch 1546314: Fix bug 1546294. More... over 19 years ago
Extended unicode patch to the .byName() case where "name" is an alternateID. More... over 19 years ago
Extended unicode patch to the .byName() case where "name" is an alternateID. More... over 19 years ago
Fixed a longstanding problem with UnicodeCol - at last you can use unicode strings in .select() and .selectBy() queries (with some limitations). More... over 19 years ago
Fixed a longstanding problem with UnicodeCol - at last you can use unicode strings in .select() and .selectBy() queries (with some limitations). More... over 19 years ago