mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 17:23:03 +01:00
Totally misc.
This commit is contained in:
parent
56eba85a6d
commit
f7817e5baa
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user