Commit | Date | |
---|---|---|
2006-03-06 05:33:01 |
View
Download |
|
[r420]
(9.4 kB)
by
adustman
Added a bunch of new error codes to MySQLdb.constants.ER (complete for Mapped some new error codes to DataError, which has always existed, Cleaned set_character_set() a bit. Added new connection option sql_mode and correspond set_sql_mode() |
2006-03-06 05:28:05 |
View
Download |
[r418]
(9.1 kB)
by
adustman
Bump metadata version. Clean up setup.cfg so it doesn't break RPM builds on files which Add a test case for warnings for column truncation. Clean up warnings; was working around the introduced bug that Exposed the column flags (values from constants.FLAG) as |
2006-03-05 04:59:14 |
View
Download |
[r415]
(9.1 kB)
by
adustman
* Added set_character_set(charset) method to database connections * Added get_character_set_info() method to database connections * Added charset option to database connections * Updated docs, added FAQ * 1.2.1c6 |
2006-03-03 04:09:21 |
View
Download |
[r406]
(7.8 kB)
by
adustman
Fix client_flag fubar and add support for more detailed warning |
2006-02-27 18:48:57 |
View
Download |
[r398]
(7.2 kB)
by
adustman
Enable MULTI_STATEMENTS if the client library is 4.1 or newer. Enable MULTI_RESULTS if the client library is 5.0 or newer. |
2006-02-27 04:20:48 |
View
Download |
2006-02-25 00:43:09 |
View
Download |
|
[r384]
(6.8 kB)
by
adustman
* removed directory filtering in setup.py; should no longer be necessary, * removed use of weak references; I don't think they were needed any more, * applied patch #1188359: If converters are passed in, use a copy(). * Version 1.2.1c2. |
2005-05-01 00:09:25 |
View
Download |
[r380]
(6.9 kB)
by
adustman
Apply patch #1179364 for bug #1037468: |
2005-04-10 20:41:29 |
View
Download |
2005-04-03 05:17:34 |
View
Download |