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

MySQLdb-SVN Commit Log


Commit Date  
[r515] by eikenberry

Changed 2 logging error messages to warnings. They are for errors in the
queries and could be caught and handled in the calling code.

2008-01-11 21:49:09 Tree
[r514] by eikenberry

Replacing a few remaining tab indentions with spaces.

2007-10-05 18:18:13 Tree
[r513] by eikenberry

Upping version number to alpha2.

2007-10-04 19:49:40 Tree
[r512] by eikenberry

Changing all default values on keyword aruments for the auto create db feature.
They all now default to True.

2007-10-04 18:26:58 Tree
[r511] by eikenberry

Left in a bit of debugging code that disabled the new create_db functionality.
Removed it.

2007-10-04 18:23:21 Tree
[r510] by eikenberry

Moved DBPool instantiation from factory() to connect() to better facilitate
API backwards compatibility.

2007-09-28 15:47:27 Tree
[r509] by eikenberry

Added version dependent news (basically should duplicate version
announcements).

2007-09-24 18:50:53 Tree
[r508] by eikenberry

Minor formatting and organizational changes to change list.

2007-09-24 18:49:03 Tree
[r507] by eikenberry

Upped version to 3.0alpha1.

Added CHANGES notes for new version.

Revised dependencies for new version.

Added CREDITS file with people (that I know of) who have contributed.

2007-09-21 19:49:51 Tree
[r506] by eikenberry

Merge of (a slightly modified version of) Vincent Pelletier's thread pool
based reworking of connection handling. This is a pervasive set of changes
to db.py with a smaller set in DA.py, mostly to support the db.py changes.

Also included is the new auto-create-db feature which consists of relatively
few lines of code mostly contained in the __call__ method on the DBPool class
in db.py.

There are a few other tweaks and cleanups included.

2007-09-21 19:47:39 Tree
Older >