Helen Borrie <hele...@iinet.net.au> wrote Mon, 21 Sep 2015 08:31:36 +0300:

> Flagged as an improvement in RC1:
> core-4881 "Increase maximum string literal length to 64K (bytes) while  
> setting a lower limit (of characters) for multibyte charsets based on  
> their max char. length (UTF-8 literals will be limited to 16383  
> characters)"
>
> 1.  Can a string literal really be 64Kb if, internally, it is converted  
> to varchar?
> 2.  What was broken?
> 3.  What was fixed?
> 4.  What effect does it have, and where?
>
> Helen
>
>

The maximum string length is unchanged. Literals with size 64K can only be  
used to assign a variable of type BLOB, as well as statements  
INSERT/UPDATE if the insertion/updating of a BLOB fields.

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


-- 
Simonov Denis


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

Reply via email to