Files
cariflex/tools
Eric F 438f9aa952 fix: Convert location ID to integer for Locations_by_pk query
Root cause: Next.js URL params are always strings, but Locations.id
is integer in PostgreSQL. Hasura/PostgreSQL cannot compare varchar
with integer without explicit cast.

Fix: Parse params.id to integer in LocationsDetail component before
passing to Refine useOne().
2026-06-15 21:41:45 -04:00
..
2026-06-08 15:03:44 -04:00
2026-06-08 15:03:44 -04:00
2026-06-08 15:03:44 -04:00
2026-06-08 10:45:58 -04:00