Commit | Date | |
---|---|---|
[r317]
by
adustman
Version 1.1.3 * _mysql.c: restored missing mysql_errno() call (bug #1023466) * _mysql.c: Only try to use SSL support if HAVE_OPENSSL is defined. |
2004-09-08 01:39:46 | Tree |
2004-09-06 21:53:40 | Tree | |
[r315]
by
adustman
General cleanups. * Turn autocommit off initially * Add support for mysql_autocommit, _commit, and _rollback API functions * Remove Connection.begin(); use SQL BEGIN or START TRANSACTION instead * pytimes (standard datetime module) is now the default implementation * Detect and handle MySQL-4.1 and newer TIMESTAMP (looks like DATETIME) * UnicodeType and ObjectType now always handled (required features) * Ditch support for L at the end of long integer * Remove z and crypt libs if building for Windows * Version 1.1.2 |
2004-09-06 21:53:40 | Tree |
2004-09-06 20:24:12 | Tree | |
2004-09-06 20:10:03 | Tree | |
2004-09-06 19:46:36 | Tree | |
[r311]
by
adustman
Fix bug #992756: * Embedded server: List of groups was not NULL-terminated correctly. |
2004-09-06 19:43:26 | Tree |
2004-09-06 19:37:20 | Tree | |
[r309]
by
adustman
Fixes for bug #999588: * Use os.environ.get() instead of os.getenv() in setup.py * Use PySequence_Length() instead of PySequence_Check() in _mysql.c Bump version to 1.0.1b1 |
2004-09-06 19:34:29 | Tree |
2004-06-07 03:44:39 | Tree |