create default type fallback behavior for SQLIte date type

Issue #18 resolved
Mike Bayer repo owner created an issue

SQLite represents just about everything as a string. To allow whatever datatype to be legal in sqlite, change its datatype lookup inside of engine.reflecttable to use String if no datatype can be found. (paraphrasing Tim Golden's issue)

Comments (1)

  1. Log in to comment