Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Menu

MySQLdb-SVN Commit Log


Commit Date  
[r398] 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 Tree
[r397] by adustman

Encode queries to connection character set before inserting
parameters. Bug 1438913

2006-02-26 14:50:47 Tree
[r396] by adustman

Generic DB-API unit test module

2006-02-25 03:44:32 Tree
[r395] by adustman

Add the DB API unit tester for MySQLdb

2006-02-25 03:43:47 Tree
[r394] by adustman

* Fix callproc

* Subtle bug: fetchall() could return the entire result set
over and over again if you called it multiple times (not
likely)

2006-02-25 03:31:52 Tree
[r393] by adustman

Add callproc() support.

2006-02-25 00:56:15 Tree
[r392] by adustman

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

2006-02-25 00:43:09 Tree
[r391] by adustman

Include my_config.h so that SSL support can be properly detected.

2006-02-25 00:33:17 Tree
[r390] by adustman

If the client library is MySQL-5.0 or newer,
enable CLIENT.MULTI_STATEMENTS automatically.
Suggested by patch 1242842

2006-02-25 00:15:23 Tree
[r389] by adustman

* Fix version number check. This will change again shortly.

* Add a close() method, suggested by patch 1226690

2006-02-25 00:01:29 Tree
Older >