DapperLib/Dapper.Contrib

Odbc connection issues -- Dapper Contrib 2.0.78 & Dapper 2.0.123

sravangontla opened this issue · 0 comments

Hi Team,
I am using Dapper micro ORM for odbc connection. I can able to fetch the records from database but I couldn't able to perform any DML operations.
Can you please suggest on this.
Error msg: Column not found exception.

And also with function insert,update,delete,all of them has the bug that dapper.contrib only support the placeholder '@', in the meantime, required support placeholder ':' which cause the problem...
any solutions ?