User property table not working

Discuss suspected bugs with other users and Sim Innovations Staff

Moderators: russ, Ralph

Post Reply
Message
Author
User avatar
WillemijnL
Posts: 107
Joined: Sat Jan 30, 2016 1:14 pm

User property table not working

#1 Post 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.

Post Reply