DapperLib / DapperLib/Dapper.Contrib
placeholder error with oracle
Open
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 293
- Forks
- 109
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how insert, update, delete, and all construct placeholders in Dapper.Contrib. Reproduce the issue with Oracle's ':' placeholder and verify that these operations work with Oracle while retaining support for the existing '@' placeholder.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100