supabase-community / postgrest-csharp

A C# Client library for Postgrest
https://supabase-community.github.io/postgrest-csharp/api/Postgrest.html
MIT License
114 stars 22 forks source link

Get not working when PK is Text Type #79

Open thegeox opened 7 months ago

thegeox commented 7 months ago

Create a table with a PK of type TEXT (weird I know, but It is based on a legacy app) Create a class which implements BaseModel class. Try to fetch data and you will see no results.

System information

.NET CORE 7 supabase-csharp: 0.13.1

Additional context

Add any other context about the problem here.