mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-28 14:42:34 +02:00
2021-04-19 Fred Gleason <fredg@paravelsystems.com>
* Fixed regression in 'RDSystem' that caused SQL errors. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
8634c926d2
commit
536e7874dc
@ -21477,3 +21477,5 @@
|
||||
* Fixed regression in 'RDStation' that caused SQL errors.
|
||||
2021-04-19 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed various regressions in rdadmin(1) that caused SQL errors.
|
||||
2021-04-19 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed regression in 'RDSystem' that caused SQL errors.
|
||||
|
@ -243,7 +243,7 @@ void RDSystem::SetRow(const QString ¶m,QString value) const
|
||||
param+"`=NULL";
|
||||
}
|
||||
else {
|
||||
sql=QString("update `SYSTEM` set ")+
|
||||
sql=QString("update `SYSTEM` set `")+
|
||||
param+"`='"+RDEscapeString(value)+"'";
|
||||
}
|
||||
RDSqlQuery::apply(sql);
|
||||
|
Loading…
x
Reference in New Issue
Block a user