On Wednesday, January 4, 2023, Sayyid Ali Sajjad Rizavi <
sasrizavi@gmail.com> wrote:
Option 1: Cast to the relevant column type in that position (to `integer` in this case), whenever we have an unknown type.
This happens when possible so any remaining cases are not possible. Or, at least apparently not worth the effort it would take to make work.
Option 2: Always give error if unknown type is not casted to desired type (`null::integer` will be necessary).
Breaking working queries for this is not acceptable.
David J.