2021-10-02 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in 'RDLibraryModel' that threw SQL errors
	when attempting to the model when using MySQL 8.x.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-10-02 12:49:19 -04:00
parent 9e1ed40a9f
commit c65d06d67b
2 changed files with 5 additions and 1 deletions

View File

@@ -802,7 +802,8 @@ QString sql=QString("select distinct ")+
"`CUTS`.`TALK_START_POINT`,"+ // 27
"`CUTS`.`TALK_END_POINT`,"+ // 28
"`CUTS`.`DESCRIPTION`,"+ // 29
"`CART`.`NOTES` "+ // 30
"`CART`.`NOTES`,"+ // 30
"`CUTS`.`PLAY_ORDER` "+ // 31
"from `CART` "+
"left join `GROUPS` on `CART`.`GROUP_NAME`=`GROUPS`.`NAME` "+
"left join `CUTS` on `CART`.`NUMBER`=`CUTS`.`CART_NUMBER` "+