mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-08-04 08:04:45 +00:00
Added support for PySet
This commit is contained in:
@ -54,7 +54,9 @@ enum enum_dataapi_groups
|
||||
enum enum_dyncol_type
|
||||
{
|
||||
DYNCOL_LIST= 1,
|
||||
DYNCOL_TUPLE
|
||||
DYNCOL_TUPLE,
|
||||
DYNCOL_SET,
|
||||
DYNCOL_LAST
|
||||
};
|
||||
|
||||
enum enum_tpc_state
|
||||
|
Reference in New Issue
Block a user