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 dialectIs there an easy way to implement implicit cast?
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 dialectIs there an easy way to implement implicit cast?