Menu

/branches/branch-1-2/MySQLdb/MySQLdb/connections.py Commit Log


Commit Date  
[r421] (9.6 kB) by adustman

Added documentation for sql_mode support.

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
MySQL-5.0).

Mapped some new error codes to DataError, which has always existed,
but never had anything mapped to it.

Cleaned set_character_set() a bit.

Added new connection option sql_mode and correspond set_sql_mode()
method.

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
are no longer included.

Add a test case for warnings for column truncation.

Clean up warnings; was working around the introduced bug that
returned (var)char columns with binary collations as array.

Exposed the column flags (values from constants.FLAG) as
description_flags on the cursor.

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
information available from MySQL-4.1 and newer server.

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
[r392] (6.8 kB) by adustman

Don't convert binary varchar columns to unicode.
Patch 1387290

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,
and it seems to cause problems on some platforms or versions of MySQL
(most likely 3.23's mysql_config)

* removed use of weak references; I don't think they were needed any more,
and they caused problems in some of the threaded tests.

* 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:
DeprecationWarnings for deprecated methods.

2005-04-10 20:41:29 View
Download
[r379] (6.9 kB) by adustman

Restore the begin() method, but issue a DeprecationWarning.

2005-04-03 05:17:34 View
Download
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.