mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-22 16:45:45 +01: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:
@@ -17115,3 +17115,5 @@
|
|||||||
2018-07-10 Fred Gleason <fredg@paravelsystems.com>
|
2018-07-10 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Added a 'STACK_LINES' table to the database.
|
* Added a 'STACK_LINES' table to the database.
|
||||||
* Incremented the database version to 293.
|
* 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()
|
void MainObject::jackClientStartData()
|
||||||
{
|
{
|
||||||
#ifdef JACK
|
#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())+"\"";
|
"STATION_NAME=\""+RDEscapeString(rd_config->stationName())+"\"";
|
||||||
RDSqlQuery *q=new RDSqlQuery(sql);
|
RDSqlQuery *q=new RDSqlQuery(sql);
|
||||||
while(q->next()) {
|
while(q->next()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user