Skip to content

Commit

Permalink
Update ExecuteSqlFrame.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
arvanus committed Jan 30, 2024
1 parent c58ed7e commit e7533b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/gui/ExecuteSqlFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2503,10 +2503,10 @@ bool ExecuteSqlFrame::execute(wxString sql, const wxString& terminator,
statementM->ColumnSubtype(i),
statementM->ColumnSize(i),
statementM->ColumnScale(i)).c_str(),
statementM->ColumnSQLType(i),
statementM->ColumnSubtype(i),
statementM->ColumnSize(i),
statementM->ColumnScale(i)
statementM->ColumnSQLType(i),
statementM->ColumnSubtype(i),
statementM->ColumnSize(i),
statementM->ColumnScale(i)
), ttSql);
}
}
Expand Down

0 comments on commit e7533b2

Please sign in to comment.