mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +01:00
2018-07-03 Fred Gleason <fredg@paravelsystems.com>
* Added a 'LOG_LINES' table to the database. * Incremented the database version to 288. * Removed the 'RDLog::tableName()' method.
This commit is contained in:
@@ -72,7 +72,8 @@ class RDLogEvent
|
||||
QString xml() const;
|
||||
|
||||
private:
|
||||
int LoadLines(const QString &log_table,int id_offset,bool track_ptrs);
|
||||
// int LoadLines(const QString &log_table,int id_offset,bool track_ptrs);
|
||||
int LoadLines(int id_offset,bool track_ptrs);
|
||||
void SaveLine(int line);
|
||||
void InsertLines(QString values);
|
||||
void InsertLineValues(QString *query, int line);
|
||||
|
||||
Reference in New Issue
Block a user