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:
Fred Gleason
2018-06-01 23:23:58 +00:00
parent fec324abd8
commit 7133d0f388
16 changed files with 3191 additions and 3 deletions

View File

@@ -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.