mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-30 01:00:18 +01:00
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:
@@ -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 "+
|
||||
|
||||
Reference in New Issue
Block a user