2021-04-19 Fred Gleason <fredg@paravelsystems.com>

* Fixed various regressions in rdadmin(1) that caused SQL errors.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-04-19 17:41:59 -04:00
parent fdbf5fa164
commit 8634c926d2
5 changed files with 11 additions and 9 deletions

View File

@@ -188,7 +188,7 @@ int EditGpi::exec(RDMatrix::GpioType type,int id)
QString sql=QString("select ")+
edit_table+".`NUMBER`,"+ // 00
edit_table+".`MACRO_CART`,"+ // 01
"`CART.TITLE` "+ // 02
"`CART`.`TITLE` "+ // 02
"from "+edit_table+" "+
"left join `CART` "+
"on "+edit_table+".`MACRO_CART`=`CART`.`NUMBER` where "+