mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-19 06:32:34 +02:00
2021-04-19 Fred Gleason <fredg@paravelsystems.com>
* Fixed regression in 'RDStation' that caused SQL errors. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
42ee5044e2
commit
fdbf5fa164
@ -21473,3 +21473,5 @@
|
||||
'cae/'.
|
||||
2021-04-19 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed regression in 'RDAudioPorts' that caused SQL errors.
|
||||
2021-04-19 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed regression in 'RDStation' that caused SQL errors.
|
||||
|
@ -1597,7 +1597,7 @@ bool RDStation::create(const QString &name,QString *err_msg,
|
||||
QString().sprintf("`ROW_NO`=%d,",q->value(1).toInt())+
|
||||
QString().sprintf("`COLUMN_NO`=%d,",q->value(2).toInt())+
|
||||
"`LABEL`='"+RDEscapeString(q->value(3).toString())+"',"+
|
||||
QString().sprintf("`CART=%u,",q->value(4).toUInt())+
|
||||
QString().sprintf("`CART`=%u,",q->value(4).toUInt())+
|
||||
"`DEFAULT_COLOR`='"+RDEscapeString(q->value(5).toString())+"',"+
|
||||
QString().sprintf("`TYPE`=%d,",RDAirPlayConf::StationPanel)+
|
||||
"`OWNER`='"+RDEscapeString(name)+"'";
|
||||
|
Loading…
x
Reference in New Issue
Block a user