Re: sqlite3 double quote behavior

2022-12-15 Thread John K. Parejko
:58, Chris Angelico wrote: > > On Wed, 14 Dec 2022 at 08:19, Roel Schroeven wrote: >> >> Chris Angelico schreef op 13/12/2022 om 20:01: >>> On Wed, 14 Dec 2022 at 06:00, Roel Schroeven wrote: >>>> >>>> Stefan Ram schreef op 13/12/2022 om 8:42: >

sqlite3 double quote behavior

2022-12-12 Thread John K. Parejko
Asking here before I file an improvement request issue on the python GitHub: sqlite has a known misfeature with double-quoted strings, whereby they will be interpreted as string literals if they don’t match a valid identifier [1]. The note in the sqlite docs describe a way to disable this