8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:43:02 +01:00

Fix build and forgotten doc (#75)

This commit is contained in:
Dimitry Sibiryakov 2017-01-17 13:46:14 +01:00 committed by Dmitry Yemanov
parent 8165b30567
commit bae769071e
2 changed files with 3 additions and 1 deletions

View File

@ -294,6 +294,8 @@ Firebird 4.0
UNBOUNDED
WINDOW
BINARY
VARBINARY
Added as non-reserved words:

View File

@ -23,7 +23,7 @@
*/
/* Domain definitions */
CREATE DOMAIN PLG$PASSWD AS VARCHAR(64) CHARACTER SET BINARY;
CREATE DOMAIN PLG$PASSWD AS VARBINARY(64);
CREATE DOMAIN PLG$ID AS INTEGER;
COMMIT;