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

Add missing entries.

This commit is contained in:
asfernandes 2013-03-09 22:00:16 +00:00
parent 9f23d93f10
commit 0ee248e062

View File

@ -137,7 +137,9 @@ static const TEXT dtypes[DTYPE_TYPE_MAX][36] =
"TIMESTAMP",
"BLOB",
"ARRAY",
"BIGINT"
"BIGINT",
"DBKEY", // internal
"BOOLEAN"
};