Closed as not planned
Description
Bug report
Bug description:
When using the prepared statements of sqlite, the values "TRUE" and "FALSE" are not being converted to 1, and 0. Howerver, according to the sqlite documentation this should happen. Instead one has to use the python types in the prepared values.
CPython versions tested on:
3.9
Operating systems tested on:
Linux