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

MySQLdb-SVN Commit Log


Commit Date  
[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
[r388] by adustman

Based on suggestions from Dennis Allison, who has a
heavily-trafficked site with lots of simultaneous
transactions:

* if some exception happens during _begin() or _finish(),
raise ConflictError instead of re-raising the original
exception

* if an exception occurs while unlocking the transaction
lock in _abort(), ignore it.

* fix indentation in _finish() for COMMIT. It would only have
affected non-transactional case and was probably harmless.
(store_result() when no query has been issued results in an
empty result set, I believe)

2006-02-24 23:45:07 Tree
[r387] by adustman

Apply Gentoo patch for NEWDECIMAL support (MySQL-5.0)

2006-02-23 02:00:58 Tree
[r386] by adustman

Version 1.2.1c3:

* _mysql.c: raise ProgrammingError for certain methods if they
are used on Result object created with conn.use_result(),
since they don't make sense.

* setup.py: Reimplement quote stripping around directory names.
This seems to be a bug in older versions of mysql_config

* cursors.py: If a unicode query string is passed, encode it in
the connection's character set.

2005-05-12 02:08:50 Tree
Older >