]> 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>
Sat, 21 Jan 2012 04:21:31 +0000 (23:21 -0500)
commitaa6a2014951597b14eb4fd089f0302b992619d11
tree22d7ef95034e037eddd740104c7afbfc7dcc2189
parent0c83cd4bc209581d4dd6b635a7315de0fdef605d
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>
(cherry picked from commit ec259212b385b718b82526121d9ff6fb144db56e)

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