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

@ -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