]> git.koha-community.org Git - koha.git/commit
6700: Better handling of version numbers in updatedatabase
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Thu, 30 Jun 2011 07:34:23 +0000 (09:34 +0200)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 16 Jan 2012 20:47:28 +0000 (15:47 -0500)
commitec259212b385b718b82526121d9ff6fb144db56e
treeda869d4cfd42ced7e11fce1cbc966abe56e3733c
parent9a314c90b1f389b71bed2a15961c1e82624efb58
6700: Better handling of version numbers in updatedatabase

Contains a few lines of code for updatedatabase routines SetVersion and TransformToNum in order to facilitate testing new db revisions which are still marked XXX.
Currently, the XXX as added in a proposed patch generates an error in the version compare. Additionally, running SetVersion while testing the upgrade is annoying and not needed. In testing stage you would like to keep your version number as is. The version number should of course be incremented when the patch is pushed. A simple test accomplishes that.

Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
(cherry picked from commit c8982e1ab41ef54ba66afd3ed313e81cde307004)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
installer/data/mysql/updatedatabase.pl