mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2018-07-12 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up SQL quieries in 'lib/' ensure UTF-8 compatibility.
This commit is contained in:
@@ -65,10 +65,10 @@ bool RDReport::ExportSpinCount(const QString &filename,const QDate &startdate,
|
||||
// Generate Spin Counts
|
||||
//
|
||||
sql=QString("select ")+
|
||||
"CART_NUMBER,"+
|
||||
"TITLE,"+
|
||||
"ARTIST,"+
|
||||
"ALBUM,LABEL "+
|
||||
"CART_NUMBER,"+ // 00
|
||||
"TITLE,"+ // 01
|
||||
"ARTIST,"+ // 02
|
||||
"ALBUM,LABEL "+ // 03
|
||||
"from ELR_LINES where "+
|
||||
"SERVICE_NAME=\""+RDEscapeString(mixtable)+"\" "+
|
||||
"order by TITLE";
|
||||
|
||||
Reference in New Issue
Block a user