sql: regression: invalid assignment cast: unknown -> int[] #71714
Labels
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
T-sql-queries
SQL Queries Team
Describe the problem
Previously, before assignment casts were added, the following PGJDBC test would pass.
https://github.com/pgjdbc/pgjdbc/blob/207ce36ec2c5cce30c454afa3e51f39bbe5bd26b/pgjdbc/src/test/java/org/postgresql/test/jdbc2/ArrayTest.java#L340
Now it fails with
To Reproduce
Here's a repro that you can do from the CLI. This used to work with CRDB and still works with PG, but now it fails on
master
:Now it results in
Additional context
Causing #71564 to fail
cc @mgartner
The text was updated successfully, but these errors were encountered: