mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-19 07:01:31 +01: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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user