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:
parent
8165b30567
commit
bae769071e
@ -294,6 +294,8 @@ Firebird 4.0
|
||||
|
||||
UNBOUNDED
|
||||
WINDOW
|
||||
BINARY
|
||||
VARBINARY
|
||||
|
||||
Added as non-reserved words:
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user