Araq / ormin

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

Query generation fails for date type. #25

Closed demianfe closed 4 years ago

demianfe commented 4 years ago

Although ormin_importer generates the type mapping properly, queries.nim cannot handle it:

queries.nim(141, 17) Error: undeclared identifier: 'date'

alaviss commented 4 years ago

Ref #39