https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38617
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This fixes the warning release notes| |about auto increment and | |biblioitems on the About | |Koha > System information | |page. | | | |If the system | |identifies auto increment | |issues, the message is now | |"The following IDs exist in | |both tables biblioitems and | |deletedbiblioitems", | |instead of "...tables | |biblio and | |deletedbiblioitems". CC| |[email protected] --- Comment #3 from David Nind <[email protected]> --- Hi Magnus. The steps to reproduce the error didn't work for me. Using KTD, I deleted the items and then record for Programming Perl (biblionumber = 262). The SQL didn't change anything for me - before the SQL command, the biblionumber was already 262. The table details before running the SQL command: select * from deletedbiblioitems; +------------------+--------------+--------+--------+----------+---------------+------+------+-----------------+---------------+------------+------------+-----------------+----------------+------------------+------------------+-----------------------+---------------------+--------+----------------+-------+--------+--------------------------+--------------+------+-----------+----------+---------+-----------+---------+----------------+-------------+ | biblioitemnumber | biblionumber | volume | number | itemtype | isbn | issn | ean | publicationyear | publishercode | volumedate | volumedesc | collectiontitle | collectionissn | collectionvolume | editionstatement | editionresponsibility | timestamp | illus | pages | notes | size | place | lccn | url | cn_source | cn_class | cn_item | cn_suffix | cn_sort | agerestriction | totalissues | +------------------+--------------+--------+--------+----------+---------------+------+------+-----------------+---------------+------------+------------+-----------------+----------------+------------------+------------------+-----------------------+---------------------+--------+----------------+-------+--------+--------------------------+--------------+------+-----------+----------+---------+-----------+---------+----------------+-------------+ | 262 | 262 | NULL | NULL | BK | 9780596004927 | NULL | NULL | NULL | O'Reilly, | NULL | NULL | NULL | NULL | NULL | 4th ed. | NULL | 2024-12-26 19:02:47 | ill. ; | xli, 1130 p. : | NULL | 24 cm. | Beijing ; | Sebastopol : | 2012392268 | NULL | ddc | NULL | NULL | NULL | | NULL | NULL | +------------------+--------------+--------+--------+----------+---------------+------+------+-----------------+---------------+------------+------------+-----------------+----------------+------------------+------------------+-----------------------+---------------------+--------+----------------+-------+--------+--------------------------+--------------+------+-----------+----------+---------+-----------+---------+----------------+-------------+ 1 row in set (0.000 sec) I could recreate the issue by using UPDATE deletedbiblioitems SET biblionumber = 100; David -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
