Commit Graph

19 Commits

Author SHA1 Message Date
kylev
a6882d1768 1.2.3 final 2010-06-17 06:49:09 +00:00
adustman
eb0eb1f292 1.2.3 release candidate 1 2009-03-30 23:23:39 +00:00
adustman
91de6b7b70 MySQLdb-1.2.3b2 2009-03-14 02:37:11 +00:00
adustman
0e2dbef519 Short-term fix for bug #2671682.
Make tests a little more parallel to trunk version.

Add nose.collector as test_suite
2009-03-08 16:34:49 +00:00
adustman
48d9ec3527 Fix bug #2137599: Better regex for parsing INPUT statements. Passes unit
tests but has not been thoroughly tested.

Bump version to 1.2.3b1.
2008-10-17 00:15:26 +00:00
adustman
34f2239544 Remove versioned python name from package as egg packaging
also does this.

1.2.2.
2007-03-04 03:06:05 +00:00
adustman
c748fa7d9c Small build/packaging fixes. 1.2.2c1. 2007-02-25 04:06:01 +00:00
adustman
b8c0d0faf8 Factor out most of the setup into setup_posix.py.
setup_windows.py is next.
2007-01-03 23:13:58 +00:00
adustman
cfd4a94682 Fix for Python 2.5.
Added a unit test for single character columns.

Updated download URL.
2006-10-27 23:33:35 +00:00
adustman
1699cc8eb1 Metadata updates, 1.2.2b2 2006-10-13 22:12:34 +00:00
adustman
94506c4e27 Version 1.2.2b1.
Raise IntegrityError for a couple types of relatively new errors.
(Bug 1327679)

Add BIT column support. (Bug 1468725)

Return BINARY columns as normal strings, not arrays. (Bug 1495765)

Add support for a new VARCHAR type; behaves like other CHAR types.

Defer issuing warnings when using SSCursors. (Bug 1495782)

Do not try to encode query strings unless they are unicode instances.
(Bug 1521274)

Fix problem with callproc() when it is used before execute() (which is
legal). (Bug 1541124)

Fix formatting of datetime.timedelta values. (Bug 1527801)

Fix connect_timeout documentation bug. (Bug 1523883)
2006-08-27 18:02:48 +00:00
adustman
afbd55ab46 Bump version. Disable leak checking by default. 2006-04-09 03:25:04 +00:00
adustman
a1e2fb715b 1.2.1 2006-04-02 17:45:58 +00:00
adustman
426d27d4ae Fix some inconsistent spacing.
Try to fix some memory leaks. I think cursors don't leak any more
but I've had no luck with connections. If you close your connections
you should be fine, even if you don't close your cursors.
2006-03-28 05:03:35 +00:00
adustman
21a3d3397b 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 +00:00
adustman
5a96a76eb0 * 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 +00:00
adustman
c93adbedd4 * Add metadata.cfg and site.cfg to MANIFEST.in so they get packaged
* Remove version_info from metadata before calling setup() to avoid
  complaints

* Fix cursor.callproc() as good as can be fixed.

* Improve/fix various tests for stored procedures.
2006-03-02 04:19:32 +00:00
adustman
718a02ea0e Derive all version information from metadata.cfg 2006-02-28 17:16:50 +00:00
adustman
45c9f5d0ed * Update README
* Completely rewrite setup.py

* Make pytimes the only time implementation, moved into times
2006-02-28 04:19:27 +00:00