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

Totally misc.

This commit is contained in:
robocop 2007-03-31 06:50:01 +00:00
parent 56eba85a6d
commit f7817e5baa
2 changed files with 2 additions and 2 deletions

View File

@ -183,7 +183,7 @@ Syntax:
[ '<specific-attributes>' ]
Notes:
1) Specific attributes should be separed by semicolon.
1) Specific attributes should be separated by semicolon.
Examples:
1) CREATE COLLATION UNICODE_ENUS_CI

View File

@ -8169,7 +8169,7 @@ static void pass1_union_auto_cast(dsql_nod* input, const dsc& desc,
cast_node->nod_arg[e_cast_source] = select_item;
}
// When a cast is created we're losing our fieldname, thus
// create a alias to keep it.
// create an alias to keep it.
const dsql_nod* name_node = select_item;
while (name_node->nod_type == nod_map) {
// skip all the nod_map nodes