mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 19:31:54 +08:00
* Added set_character_set(charset) method to database connections
* Added get_character_set_info() method to database connections * Added charset option to database connections * Updated docs, added FAQ * 1.2.1c6
This commit is contained in:
@ -11,7 +11,7 @@ class test_MySQLdb(test_capabilities.DatabaseTest):
|
||||
db_module = MySQLdb
|
||||
connect_args = ()
|
||||
connect_kwargs = dict(db='test', read_default_file='~/.my.cnf',
|
||||
use_unicode=True)
|
||||
charset='utf8')
|
||||
create_table_extra = "ENGINE=INNODB CHARACTER SET UTF8"
|
||||
|
||||
def quote_identifier(self, ident):
|
||||
|
Reference in New Issue
Block a user