Bump version. Disable leak checking by default.

This commit is contained in:
adustman
2006-04-09 03:25:04 +00:00
parent d0fb145489
commit afbd55ab46
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[metadata]
version: 1.2.1
version_info: (1,2,1,'final',1)
version: 1.2.1_p2
version_info: (1,2,1,'final',2)
description: Python interface to MySQL
long_description:
=========================

View File

@ -13,7 +13,7 @@ class test_MySQLdb(test_capabilities.DatabaseTest):
connect_kwargs = dict(db='test', read_default_file='~/.my.cnf',
charset='utf8', sql_mode="ANSI,STRICT_TRANS_TABLES,TRADITIONAL")
create_table_extra = "ENGINE=INNODB CHARACTER SET UTF8"
leak_test = True
leak_test = False
def quote_identifier(self, ident):
return "`%s`" % ident