Anyone have success using ORM's EntityLoad functio...
# cfml-general
j
Anyone have success using ORM's EntityLoad function to load via uuid with postgreSQL? I'm trying to run something like
EntityLoad("table_name", {"id": "1ffb79e8-a8ca-4e1c-b4e3-422f9d22f6e8"})
but I consistently get stopped by ORM errors, mainly
ERROR: operator does not exist: uuid = character varying.
Doesn't seem to matter what type my entity model
id
is set to