mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-03 01:22:42 +02:00
2019-07-29 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdlogmanager(1) that caused a 'no default column value' SQL error when generating a log.
This commit is contained in:
parent
1895c018b7
commit
33fa0eaa5a
@ -18885,3 +18885,6 @@
|
||||
marker when importing audio from AudioVAULT.
|
||||
2019-07-27 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed regressions that made serial device operation unreliable.
|
||||
2019-07-29 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in rdlogmanager(1) that caused a 'no default column
|
||||
value' SQL error when generating a log.
|
||||
|
@ -787,6 +787,7 @@ bool RDSvc::generateLog(const QDate &date,const QString &logname,
|
||||
QString().sprintf("TYPE=%d,",RDLogLine::Chain)+
|
||||
QString().sprintf("SOURCE=%d,",RDLogLine::Template)+
|
||||
QString().sprintf("TRANS_TYPE=%d,",RDLogLine::Segue)+
|
||||
QString().sprintf("TIME_TYPE=%d,",RDLogLine::Relative)+
|
||||
"LABEL=\""+RDEscapeString(nextname)+"\"";
|
||||
q=new RDSqlQuery(sql);
|
||||
delete q;
|
||||
|
Loading…
x
Reference in New Issue
Block a user