Page 1 of 1

User property table not working

Posted: Sun Mar 14, 2021 1:47 pm
by WillemijnL
When adding a user property table with user_prop_add_table, a BOOLEAN column is not exepted. Other columntypes (STRING, INT and DOUBLE) seem to have no problem.

Code: Select all

....
,"Custom", "BOOLEAN", false, "Use custom settings"
....
causes error: Expected UNKNOWN type, got boolean

When reading the user property table, only string columns are returned. Although filled in, columns of other types are missing in the returned table.