mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 17:16:01 +00:00
feat: add object ids to firebird queries
This commit is contained in:
@@ -37,6 +37,8 @@ LEFT JOIN
|
||||
rdb$collations co ON f.rdb$collation_id = co.rdb$collation_id
|
||||
WHERE
|
||||
r.rdb$system_flag = 0
|
||||
AND
|
||||
('columns:' || CAST(TRIM(rf.rdb$field_name) AS VARCHAR(255))) =OBJECT_ID_CONDITION
|
||||
ORDER BY
|
||||
"tableName", rf.rdb$field_position;
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user