mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:00:38 +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
|
UNBOUNDED
|
||||||
WINDOW
|
WINDOW
|
||||||
|
BINARY
|
||||||
|
VARBINARY
|
||||||
|
|
||||||
Added as non-reserved words:
|
Added as non-reserved words:
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* Domain definitions */
|
/* 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;
|
CREATE DOMAIN PLG$ID AS INTEGER;
|
||||||
|
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
Loading…
Reference in New Issue
Block a user