mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-16 03:50:43 +08:00
This commit was manufactured by cvs2svn to create tag 'r_1_0_0'.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#define version_info "(0,9,3,'beta',3)"
|
||||
#define __version__ "0.9.3"
|
||||
#define version_info "(1,0,0,'final',1)"
|
||||
#define __version__ "1.0.0"
|
||||
/*
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
@ -434,7 +434,7 @@ _mysql_ConnectionObject_Initialize(
|
||||
MYSQL *conn=NULL;
|
||||
PyObject *conv = NULL;
|
||||
PyObject *ssl = NULL;
|
||||
PyObject *value = NULL;;
|
||||
PyObject *value = NULL;
|
||||
char *key = NULL, *cert = NULL, *ca = NULL,
|
||||
*capath = NULL, *cipher = NULL;
|
||||
char *host = NULL, *user = NULL, *passwd = NULL,
|
||||
|
Reference in New Issue
Block a user