On 2019-12-08 16:56, Mark Rotteveel wrote:
On 08/12/2019 14:39, Simonov Denis via Firebird-devel wrote:
Alex Peshkoff via Firebird-devel <firebird-devel@lists.sourceforge.net> wrote Sun, 08 Dec 2019 15:12:03 +0300:


Thank you, not needed - fixed that.

Fixed, but not completely.

SET BIND OF DECFLOAT(16) NATIVE; -- work OK

But

SET BIND OF DECFLOAT(16) TO CHAR;

When you specify CHAR, it means CHAR(1).

In SET BIND statement - not.
See docs:

When incomplete type definition is used (i.e. `CHAR` instead `CHAR(n)`) in left part of `SET BIND` coercion
will take place for all `CHAR` columns, not only default `CHAR(1)`.
When incomplete type definiton is used in right side of the statement (TO part) firebird engine will define missing
details about that type automatically based on source column.




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

Reply via email to