mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-11 15:22:46 +02:00
2018-07-10 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up SQL quieries to ensure UTF-8 compatibility in caed(8).
This commit is contained in:
parent
3973ab5f01
commit
76fd9affd0
@ -17115,3 +17115,5 @@
|
||||
2018-07-10 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added a 'STACK_LINES' table to the database.
|
||||
* Incremented the database version to 293.
|
||||
2018-07-10 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Cleaned up SQL quieries to ensure UTF-8 compatibility in caed(8).
|
||||
|
@ -430,7 +430,10 @@ void MainObject::jackRecordTimerData(int stream)
|
||||
void MainObject::jackClientStartData()
|
||||
{
|
||||
#ifdef JACK
|
||||
QString sql=QString("select DESCRIPTION,COMMAND_LINE from JACK_CLIENTS where ")+
|
||||
QString sql=QString("select ")+
|
||||
"DESCRIPTION,"+ // 00
|
||||
"COMMAND_LINE "+ // 01
|
||||
"from JACK_CLIENTS where "+
|
||||
"STATION_NAME=\""+RDEscapeString(rd_config->stationName())+"\"";
|
||||
RDSqlQuery *q=new RDSqlQuery(sql);
|
||||
while(q->next()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user