mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-08-02 13:56:54 +00:00
Fixed bug in pooling tests:
Paraneters in set_config() method have to be checked against the list of DSN keywords.
This commit is contained in:
@ -276,6 +276,7 @@ typedef struct {
|
||||
unsigned long max_len;
|
||||
} Mariadb_Conversion;
|
||||
|
||||
extern char *dsn_keys[];
|
||||
|
||||
/* Exceptions */
|
||||
extern PyObject *Mariadb_InterfaceError;
|
||||
|
Reference in New Issue
Block a user