dawkot

Results 7 comments of 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` ![image](https://user-images.githubusercontent.com/22991711/78994625-d632d380-7b40-11ea-9cc5-0f11a7b1ed75.png)

Also ![obraz](https://user-images.githubusercontent.com/22991711/80811543-66a38780-8bc6-11ea-9ccd-572c9fc75cf8.png)

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.