mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
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:
@@ -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.
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user