Added support for PySet

This commit is contained in:
Georg Richter
2018-07-19 11:30:03 +02:00
parent d6f824ac65
commit 8dfc01cb65
3 changed files with 37 additions and 5 deletions

View File

@ -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