forked from citusdata/mongo_fdw
-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
INSERT INTO "public"."Animal" ("scopeId","_id","type","name","age","weight","height","temperature") VALUES (3, '6742be42d30bfad0f236731b', 'Dog', 'MyBud
dy', 5, 30.5, 60.2, 37.5) RETURNING "public"."Animal"."_id";
ERROR: RETURNING is not supported by this FDW
We are trying to use prisma to communicate with mongodb FDW.
Wonder when you will have RETURNING support added or something we did wrong with setup?
Thanks,
Luke
ephemeralctl
Metadata
Metadata
Assignees
Labels
No labels