© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•4y ago•
19 replies
AtomicLiquid

✅ Dapper InsertAsync fails on Postgres with relation does not exist

Hello,
I am currently trying to run Dapper CRUD operations (Dapper.Contrib.Extensions) on a database table with the name "Permissions", when I try to run InsertAsync, I get a
relation "permissions" does not exist
relation "permissions" does not exist
. I've been skimming the interwebs, but I can't seem to find a solution. It seems like Dapper is not double quoting the tablename, even though the database model is annotated with
[Table("Permissions")]
[Table("Permissions")]
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

✅ Dapper relation tables
C#CC# / help
3y ago
✅ Relation Does not Exist when running Tests
C#CC# / help
11mo ago
✅ BuildServiceProvider does not exist
C#CC# / help
2y ago
How does Dapper work
C#CC# / help
2y ago