* Fix pytimes.TimeDelta_or_None()

* Include days with mxdatetime.format_TIME()

 * Return MySQL TIME columns as a time delta

 * Remove old CompatMysqldb module

 * Version 1.1.6
This commit is contained in:
adustman
2004-09-26 22:22:59 +00:00
parent f6d529758d
commit b624fd4bdd
6 changed files with 10 additions and 8 deletions

View File

@ -18,7 +18,7 @@ embedded_server = (mysqlclient == 'mysqld')
name = "MySQL-%s" % os.path.basename(sys.executable)
if embedded_server:
name = name + "-embedded"
version = "1.1.5"
version = "1.1.6"
# include files and library locations should cover most platforms
include_dirs = [
@ -120,7 +120,7 @@ setup (# Distribution meta-data
# Description of the modules and packages in the distribution
py_modules = ["CompatMysqldb",
py_modules = [
"_mysql_exceptions",
"MySQLdb.converters",
"MySQLdb.connections",