Hi @Guillaume Smet, I see in the code registerColumnType( Types.BOOLEAN, "tinyint" );
but in Sql Anywhere “bit” type permits: 0, 1, null.
My database has bit columns for boolean.
With this code do I have to change all the bit columns to tinyint?