The read behavior is not consistent with the write behavior when a boolean column is read (with SQLite). When a Boolean column is read with the value "True", the model containing the result is ...
Current Behavior When handle boolean in a sqLite querry and trying to pass the value to e.g. supabse or a text widget, error: 'int' is not a suptype of type 'bool' shows up. In sqLite I decleared ...