Use catalog instead of catalogue consistently
This commit is contained in:
parent
52011a9842
commit
7db859737a
10 changed files with 24 additions and 24 deletions
|
|
@ -22,7 +22,7 @@ QueryParamListController::QueryParamListController(QTableView *tv,
|
|||
Pgsql::Params QueryParamListController::params() const
|
||||
{
|
||||
Pgsql::Params params;
|
||||
auto types = m_openDatabase->catalogue()->types();
|
||||
auto types = m_openDatabase->catalog()->types();
|
||||
for (auto e : m_paramList.GetParams()) {
|
||||
Oid oid = types->getByName(e.type)->oid;
|
||||
params.add(e.value, oid);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue