mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-09 14:33:28 +02:00
2018-07-25 Fred Gleason <fredg@paravelsystems.com>
* Removed debugging printfs from 'lib/rdfeedlog.cpp'.
This commit is contained in:
parent
b7ddea0488
commit
84b21e2007
@ -17222,3 +17222,5 @@
|
||||
* Fixed a bug that caused the incorrect character set to be used
|
||||
when opening a DB connection.
|
||||
* Added a 'db_charset_test' test harness.
|
||||
2018-07-25 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Removed debugging printfs from 'lib/rdfeedlog.cpp'.
|
||||
|
@ -76,7 +76,6 @@ void RDIncrementCastCount(QString keyname,unsigned cast_id)
|
||||
"FEED_KEY_NAME=\""+RDEscapeString(keyname)+"\" && "+
|
||||
QString().sprintf("(CAST_ID=%u)&&",cast_id)+
|
||||
"(ACCESS_DATE=\""+RDEscapeString(now.toString("yyyy-MM-dd"))+"\")";
|
||||
printf("SQL1: %s\n",(const char *)sql);
|
||||
q=new RDSqlQuery(sql);
|
||||
if(q->first()) {
|
||||
sql=QString("update CAST_DOWNLOADS set ")+
|
||||
@ -92,7 +91,6 @@ void RDIncrementCastCount(QString keyname,unsigned cast_id)
|
||||
"ACCESS_DATE=\""+RDEscapeString(now.toString("yyyy-MM-dd"))+"\","+
|
||||
"ACCESS_COUNT=1";
|
||||
}
|
||||
printf("SQL2: %s\n",(const char *)sql);
|
||||
RDSqlQuery::apply(sql);
|
||||
delete q;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user