Hi!

I would like to implement implicit cast from string to array as PG does.
For example: "SELECT ARRAY[1,2,3] = '{1,2,3};'" should return true instead
of exception for Postgres dialect

Is there an easy way to implement implicit cast?

Reply via email to