getColumns did not return anything for this error scenario
Original warning from g++ 10.2.1 (patched by Debian):
../../../../runtime/libgixsql-odbc/DbInterfaceManagerODBC.cpp: In member function ‘virtual bool DbInterfaceODBC::getColumns(std::string, std::string, std::vector<ColumnInfo*>&)’:
../../../../runtime/libgixsql-odbc/DbInterfaceManagerODBC.cpp:372:1: warning: control reaches end of non-void function [-Wreturn-type]
372 | }
| ^
getColumns
did not return anything for this error scenarioOriginal warning from g++ 10.2.1 (patched by Debian):