Hello,
linux build of master branch currently fails on command
.../gen/Release/firebird/bin/isql -i .../src/dbs/security.sql security.tmp
with the following error:
can't format message 17:0 -- message file
/usr/lib64/firebird/lib/firebird.msg not found
Dynamic SQL Error
-SQL error code = -104
-Token unknown - line 1, column 55
-BINARY
can't format message 17:119 -- message file
/usr/lib64/firebird/lib/firebird.msg not found
can't format message 17:0 -- message file
/usr/lib64/firebird/lib/firebird.msg not found
unsuccessful metadata update
-CREATE TABLE PLG$USERS failed
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.
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