2021-09-11 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in rdlibrary(1) that could cause appearance of duplicate
	cut entries in the cart list.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-09-11 19:39:04 -04:00
parent 7220567b83
commit 604923d21e
2 changed files with 4 additions and 1 deletions

View File

@@ -22404,3 +22404,6 @@
2021-09-11 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rddbmgr(8) in '--check' mode that caused
alteration of a table's engine type to fail.
2021-09-11 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdlibrary(1) that could cause appearance of duplicate
cut entries in the cart list.

View File

@@ -706,7 +706,7 @@ void RDLibraryModel::updateRow(int row,RDSqlQuery *q)
QString RDLibraryModel::sqlFields() const
{
QString sql=QString("select ")+
QString sql=QString("select distinct ")+
"`CART`.`NUMBER`,"+ // 00
"`CART`.`FORCED_LENGTH`,"+ // 01
"`CART`.`TITLE`,"+ // 02