mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-16 03:50:43 +08:00
Bump version. Disable leak checking by default.
This commit is contained in:
@ -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:
|
||||
=========================
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user