dresende / node-orm2

Object Relational Mapping
http://github.com/dresende/node-orm2
MIT License
3.07k stars 379 forks source link

ISO dates for SQLite #574

Open apoco opened 9 years ago

apoco commented 9 years ago

Simplified the way that dates are handled for SQLite.

Note that this also depends on changes to node-sql-query, so for now package.config references my fork. I'll update this once my PR changes or similar is available.

Some timeouts and a few other things were adjusted because they were causing failures when running against SQLite not in-memory.