DapperLib/Dapper.Contrib

placeholder error with oracle

Opened this issue · 0 comments

with function insert,update,delete,all of them has the bug that dapper.contrib only support the placeholder '@', in the meantime, Oracle is only support placeholder ':' whicn cause the problem.