You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue with IDs. We're using UUID in our Postgres DB and not Int. This causes a problem when fetching data from Postgraphile. Right now, ra-postgraphile-client uses hard-coded ID types (i.e Int) where parseId uses parseInt causes an UUID to be wrong.
Hi,
Thanks for your great work.
I have an issue with IDs. We're using UUID in our Postgres DB and not Int. This causes a problem when fetching data from Postgraphile. Right now,
ra-postgraphile-client
uses hard-coded ID types (i.eInt
) whereparseId
usesparseInt
causes an UUID to be wrong.Line 13 in
build_query.js
My workaround is
The text was updated successfully, but these errors were encountered: