Araq / ormin

Ormin -- An ORM for Nim.
MIT License
153 stars 18 forks source link

Can't refer to tables using camelCase #50

Open dawkot opened 4 years ago

dawkot commented 4 years ago

Even if table name is orginally camelCased, you have to lowercase it, so something like this doesn't work:

let x = query:
    select prodCat(id, name)