FirebirdSQL / firebird

Firebird server, client and tools
https://www.firebirdsql.org/
1.25k stars 215 forks source link

Provide names information in input XSQLDA for all data types, not only arrays [CORE3644] #3995

Open firebird-automations opened 13 years ago

firebird-automations commented 13 years ago

Submitted by: @aafemt

Currently isc_dsql_describe_bind() fill XSQLVAR's fields relname and sqlname for arrays only. It would be pleasure to see this information for parameters of other types whenever it is possible.

This ticked duplicates CORE432 which was closed for unclear reason.

firebird-automations commented 12 years ago

Commented by: @aafemt

And as if it is not enough, isc_dsql_describe_bind() on purpose clear these fields if they are already filled.