Mercurial > p > mysql-python > mysqldb-2
comparison test_MySQLdb_capabilities.py @ 3:df195ac92df6 MySQLdb
Merge changes from 1.2 branch
author | adustman |
---|---|
date | Sun, 09 Apr 2006 04:06:40 +0000 |
parents | e48810735f11 |
children | b5a377255eea |
comparison
equal
deleted
inserted
replaced
2:c0d1fc0429ce | 3:df195ac92df6 |
---|---|
11 db_module = MySQLdb | 11 db_module = MySQLdb |
12 connect_args = () | 12 connect_args = () |
13 connect_kwargs = dict(db='test', read_default_file='~/.my.cnf', | 13 connect_kwargs = dict(db='test', read_default_file='~/.my.cnf', |
14 charset='utf8', sql_mode="ANSI,STRICT_TRANS_TABLES,TRADITIONAL") | 14 charset='utf8', sql_mode="ANSI,STRICT_TRANS_TABLES,TRADITIONAL") |
15 create_table_extra = "ENGINE=INNODB CHARACTER SET UTF8" | 15 create_table_extra = "ENGINE=INNODB CHARACTER SET UTF8" |
16 leak_test = True | 16 leak_test = False |
17 | 17 |
18 def quote_identifier(self, ident): | 18 def quote_identifier(self, ident): |
19 return "`%s`" % ident | 19 return "`%s`" % ident |
20 | 20 |
21 def test_TIME(self): | 21 def test_TIME(self): |