I am using the enterprise version of Tornado.

When I go to update mode the checkboxes do not reflect the existing values in the Oracle field that I have set up.

I am using VARCHAR2(1) for the boolean field since Oracle does not have boolean.

I have set:

.dbBoolText="DropTrue=Y|DropFalse=N|Displaytrue=Y| Displayfalse=N"

But it is still not showing the proper values.

Am I doing something wrong or do I need to upgrade my version?

Thanks