dawkot
dawkot
AFAIK components have been completely broken for some time now, anyway.
Sounds good. This is one of the reasons I tend to work with as few files as I can.
Also applies to `not` 
Also 
unit test: ```nim import ormin, os, unittest from db_sqlite import exec # model.sql contains"create table product(name text)"; importModel sqlite, "model" removeFile "data.db" let db = open("data.db", user="", password="", database="") db.exec...
Thanks, you're right, but in this case I think it's a bug that you can even pass unquoted literals, so I'll leave this issue open.
I used the wrong term. It's just that there's no reason string literals shouldn't be properly escaped.