On 9-9-2019 14:37, liviuslivius wrote:
 >>I'm not aware of an option to query the current configuration.

Will be good to have it. Consider situation when in some stored proc you need different behvior. You do not know to what walue you should restore settings, as you do not have a way to read it at start of proc.

Why would you use these settings in a stored procedure? They are meant to influence the bind information communicated between the client and server. A stored procedure shouldn't touch it in my opinion. If you want equivalent behavior in a stored procedure, you need to apply a cast.

Mark

--
Mark Rotteveel


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

Reply via email to