mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 06:43:04 +01:00
Fixed alter global mapping - thanks to Adriano
This commit is contained in:
parent
29602be60f
commit
071b07045f
@ -5989,6 +5989,7 @@ alter_map_clause($global)
|
||||
: map_clause(MappingNode::MAP_MOD)
|
||||
{
|
||||
$$ = $1;
|
||||
$$->global = $global;
|
||||
}
|
||||
map_to(NOTRIAL($2))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user