We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 258c915 commit 304a606Copy full SHA for 304a606
1 file changed
src/sqlitedb.cpp
@@ -642,6 +642,7 @@ void DBBrowserDB::updateSchema( )
642
}else{
643
qDebug ("could not get list of tables: %d, %s",err,sqlite3_errmsg(_db));
644
}
645
+ qDebug(sqlite3_errmsg(_db));
646
647
//now get the field list for each table in tbmap
648
tableMap::Iterator it;
0 commit comments