mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-04-24 23:13:37 +02:00
2017-12-01 Fred Gleason <fredg@paravelsystems.com>
* Added an 'Engine=' directive to the [MySQL] section of rd.conf(5). * Refactored the schema update code to use standard form in rdadmin(1).
This commit is contained in:
@@ -441,7 +441,7 @@ bool RDReport::generateReport(const QDate &startdate,const QDate &enddate,
|
||||
QSqlQuery *p;
|
||||
p=new QSqlQuery(sql);
|
||||
delete p;
|
||||
sql=RDCreateReconciliationTableSql(mixname+"_SRT");
|
||||
sql=RDCreateReconciliationTableSql(mixname+"_SRT",report_config);
|
||||
q=new RDSqlQuery(sql);
|
||||
delete q;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user