On 17/01/2017 08:30, Dimitry Sibiryakov wrote:
> 17.01.2017 9:47, Michal Kubecek wrote:
>> The offending line seems to be
>>
>>   CREATE DOMAIN PLG$PASSWD AS VARCHAR(64) CHARACTER SET BINARY;
>>
>> I bisected it to commit
>>
>>   7b9b408658e1  Implementation of CORE-5064 (#73)
>>
>> I didn't look too deep but maybe newly introduced type "binary" collides
>> with "character set binary" used here
>    Yes, as "binary" now is reserved word. Try to change the line to "CREATE 
> DOMAIN 
> PLG$PASSWD AS VARBINARY(64)".
>
>
Yep? Ok to break lots of applications?


Adriano


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to