mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
2019-04-22 Fred Gleason <fredg@paravelsystems.com>
* Added a commented out debug printf the in 'RDSqlQuery' constructor.
This commit is contained in:
@@ -18574,3 +18574,5 @@
|
||||
2019-04-04 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in rddbmgr(8) that could cause database corruption
|
||||
when altering a table's charset/collation.
|
||||
2019-04-22 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added a commented out debug printf the in 'RDSqlQuery' constructor.
|
||||
|
@@ -61,6 +61,7 @@ RDSqlQuery::RDSqlQuery (const QString &query,bool reconnect):
|
||||
}
|
||||
|
||||
if(isActive()) {
|
||||
//printf("QUERY: %s\n",(const char *)query.toUtf8());
|
||||
QStringList f0=query.split(" ");
|
||||
if(f0[0].toLower()=="select") {
|
||||
for(int i=1;i<f0.size();i++) {
|
||||
|
Reference in New Issue
Block a user