mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
Rewrite and simplify import SQL code
Rewrite the import SQL code using a similar method to the one used in executeQuery(). This makes the code much easier to read and removes the last remnants of that C code stolen from some demo application.
This commit is contained in:
@@ -10,7 +10,6 @@ CONFIG += qt \
|
||||
|
||||
HEADERS += \
|
||||
sqlitedb.h \
|
||||
sqlbrowser_util.h \
|
||||
MainWindow.h \
|
||||
SQLiteSyntaxHighlighter.h \
|
||||
CreateIndexDialog.h \
|
||||
@@ -30,7 +29,6 @@ HEADERS += \
|
||||
|
||||
SOURCES += \
|
||||
sqlitedb.cpp \
|
||||
sqlbrowser_util.c \
|
||||
MainWindow.cpp \
|
||||
SQLiteSyntaxHighlighter.cpp \
|
||||
CreateIndexDialog.cpp \
|
||||
|
||||
Reference in New Issue
Block a user