Page 1 of 1

Handling of SQLite booleans

Posted: 23.04.2010, 12:10
by vfclists
According to the sqlite docs sqlite3 treats booleans as integers 0 and 1, but zeoslib sends them as 'N' and 'Y'.

Is an update of the code for consistency called for in this respect?

Posted: 01.05.2010, 20:53
by mdaems
This question has been raised before and has been rejected. Can't remember the reasons, but you might find them in the feature requests part of this forum, I think.

Mark