On Tue, Jan 17, 2017 at 11:30:53AM +0100, 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)".
This does the trick, the build succeeds then. However, if we really have
a character set named "binary", it's probably unusable now (I tried to
put the name into single quotes but the parser doesn't accept that).
Michal Kubecek
------------------------------------------------------------------------------
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