[Koha-bugs] [Bug 9921] Make it possible to force 001 = biblionumber

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 20 18:28:20 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9921

--- Comment #46 from M. de Rooy <m.de.rooy at rijksmuseum.nl> ---
(In reply to comment #45)

> In the original context though, this bug plus recent discussion on #koha
> about table-locking issues with fixup_cardnumber is making me think that
> what we *really* need is a small module for simulating true sequences so
> that one can simply do something like
> 
> my $num = Koha::Database::Sequence->get_next_val($sequence_name);
> 
> The idea is that the module and the code backing it would provide the
> ability to create a sequence with a specified name, then fetch values from
> it that are guaranteed to be unique.

See bug 10478.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list