In the documentation of set bind[1], it says:

"""
Value of clumplet with isc_dpb_set_bind tag in DPB should be specified as a set of partially formed SET BIND statements, i.e. with prefix SET BIND OF is omitted, separated by semicolons.
"""

According to the code[2], using a comma is also possible. Is that correct? If so, I think support for comma-separated needs to be documented explicitly.

I don't like relying on undocumented implementation details, and for implementation reasons, Jaybird prefers commas over semicolons in values of properties: semicolons can already be used to separate properties in a connection string.

[1]: https://github.com/FirebirdSQL/firebird/blob/master/doc/sql.extensions/README.set_bind.md [2]: https://github.com/FirebirdSQL/firebird/blob/master/src/jrd/jrd.cpp#L1142
--
Mark Rotteveel


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to