mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
2018-06-01 Fred Gleason <fredg@paravelsystems.com>
* Stubbed out rddbmgr(8). * Implemented the '--create' command in rddbmgr(8). * Fixed a bug in 'RDStation::create()' that generated corrupt records in the 'AUDIO_INPUT' and 'AUDIO_OUTPUTS' tables when creating a new host with no exemplar.
This commit is contained in:
@@ -49,6 +49,8 @@ class RDSqlQuery : public QSqlQuery
|
||||
{
|
||||
public:
|
||||
RDSqlQuery(const QString &query=QString::null,bool reconnect=true);
|
||||
static QVariant run(const QString &sql,bool *ok=NULL);
|
||||
static int rows(const QString &sql);
|
||||
};
|
||||
|
||||
// Setup the default database, returns true on success.
|
||||
|
Reference in New Issue
Block a user