moskytw / mosql

Build SQL with native Python data structure smoothly.
http://mosql.mosky.tw
MIT License
140 stars 17 forks source link

SQLite patch should stringify True and False to 1 and 0 #41

Closed uranusjr closed 9 years ago

uranusjr commented 9 years ago

SQLite does not have boolean literals, and both TRUE and FALSE will cause errors.

I’ll find time to implement this when I can.