mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 21:23:03 +01:00
Correction.
This commit is contained in:
parent
1c73d515ac
commit
a66a86ca07
@ -2398,7 +2398,7 @@ void put_relation( burp_rel* relation)
|
||||
|
||||
if (relation->rel_flags & REL_view)
|
||||
{
|
||||
if (tdgbl->BCK_capabilities & BCK_ods_12)
|
||||
if (tdgbl->BCK_capabilities & BCK_ods12_0)
|
||||
{
|
||||
FOR (REQUEST_HANDLE tdgbl->handles_put_relation_req_handle1)
|
||||
X IN RDB$VIEW_RELATIONS WITH X.RDB$VIEW_NAME EQ relation->rel_name
|
||||
|
Loading…
Reference in New Issue
Block a user