Handling of SQLite booleans
Posted: 23.04.2010, 12:10
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?
Is an update of the code for consistency called for in this respect?