Open cnxy opened 6 years ago
I have the same issue, so this is a bug. SQLite doesn't have a table called INFORMATION_SCHEMA.TABLES updated the code to detect if it is a SQLite connection. Created Pull Request #1095
Ran into this today, not nice. Rainbow seems to do same job as Dapper.Contrib? Which is also unmaintained. Please just add a note to the readme stating it only works with SQL Server.
When I use Dapper.Rainbow for SQLite, the following message appears: System.Data.SQLite.SQLiteException: "SQL logic error No such table: INFORMATION_SCHEMA.TABLES" Is Dapper.Rainbow not supporting SQLite?
The code show as below: