mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 19:11:39 -06:00
Fixed bug issue #390 ("crash then correct table").
Some functions renamed for better readability. See pull request #401.
This commit is contained in:
committed by
Martin Kleusberg
parent
8b4eeb3cfa
commit
9d7efcacfa
@@ -49,10 +49,10 @@ public:
|
||||
bool attach(const QString& filename, QString attach_as = "");
|
||||
bool create ( const QString & db);
|
||||
bool close();
|
||||
bool setRestorePoint(const QString& pointname = "RESTOREPOINT");
|
||||
bool save (const QString& pointname = "RESTOREPOINT");
|
||||
bool revert (const QString& pointname = "RESTOREPOINT");
|
||||
bool saveAll();
|
||||
bool setSavepoint(const QString& pointname = "RESTOREPOINT");
|
||||
bool releaseSavepoint(const QString& pointname = "RESTOREPOINT");
|
||||
bool revertToSavepoint(const QString& pointname = "RESTOREPOINT");
|
||||
bool releaseAllSavepoints();
|
||||
bool revertAll();
|
||||
bool dump(const QString & filename, const QStringList &tablesToDump, bool insertColNames, bool insertNew, bool exportSchemaOnly);
|
||||
bool executeSQL ( const QString & statement, bool dirtyDB=true, bool logsql=true);
|
||||
|
||||
Reference in New Issue
Block a user