Mark Rotteveel wrote 18.08.2022 9:37:
I'd suggest looking at what other database systems that do have named parameters
currently do.
My guess is that they either:
1) don't allow mixing types
2) use the most specific type that is compatible with all positions, otherwise
error
3) use the first position
4) use the last position
Oracle does not describe types of parameters at all requiring the user to
assign them.
Also it has some bugs in this area so two parameters with the same name cause
mess and render whole case to be useless on practice.
--
WBR, SD.
Firebird-Devel mailing list, web interface at
https://lists.sourceforge.net/lists/listinfo/firebird-devel