mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 23:02:48 +08:00
改进Model类和Query类 name方法纳入链式操作 查询完成后释放 原来Connection类的getTableInfo方法移入 Query类
This commit is contained in:
@@ -118,7 +118,7 @@ class Oracle extends Connection
|
||||
];
|
||||
}
|
||||
}
|
||||
return $info;
|
||||
return $this->fieldCase($info);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user