mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
- information_schema 查询增加 current_schema() 过滤条件 - 新增 _fk_exists() 通过 pg_constraint 直接检查外键是否存在 - replace_fk_if_needed 在缓存未命中时回退到 pg_constraint 查找 - index_exists 增加 schemaname 过滤