mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +01:00
2017-12-01 Fred Gleason <fredg@paravelsystems.com>
* Added an 'Engine=' directive to the [MySQL] section of rd.conf(5). * Refactored the schema update code to use standard form in rdadmin(1).
This commit is contained in:
@@ -48,7 +48,8 @@ class RDSqlDatabaseStatus : public QObject
|
||||
class RDSqlQuery : public QSqlQuery
|
||||
{
|
||||
public:
|
||||
RDSqlQuery ( const QString & query = QString::null, QSqlDatabase * db = 0 );
|
||||
// RDSqlQuery(const QString &query=QString::null, QSqlDatabase * db = 0 );
|
||||
RDSqlQuery(const QString &query=QString::null,bool reconnect=true);
|
||||
};
|
||||
|
||||
// Setup the default database, returns true on success.
|
||||
|
||||
Reference in New Issue
Block a user