20 Jun
2013
20 Jun
'13
6:28 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9921 --- Comment #46 from M. de Rooy <m.de.rooy@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.