tmsmith / Dapper-Extensions

Dapper Extensions is a small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system. The goal of this library is to keep your POCOs pure by not requiring any attributes or base class inheritance.
1.79k stars 585 forks source link

SQLiteException logic error near ".": syntax error #244

Closed ghost closed 3 years ago

ghost commented 3 years ago

Question, see here: https://github.com/tmsmith/Dapper-Extensions/issues/140#issuecomment-841371609 Demo, see here: https://github.com/kelicto/HelloDapper

valfrid-ly commented 3 years ago

The answer is the same of this issue with PostgreSQL.

https://github.com/tmsmith/Dapper-Extensions/issues/205