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:
Georg Richter
2020-06-17 08:59:31 +02:00
parent 9076358737
commit 5631d6ed3f
3 changed files with 28 additions and 17 deletions

View File

@ -276,6 +276,7 @@ typedef struct {
unsigned long max_len;
} Mariadb_Conversion;
extern char *dsn_keys[];
/* Exceptions */
extern PyObject *Mariadb_InterfaceError;