Bug 9919 - Syntax error in kohastructure.sql
Summary: Syntax error in kohastructure.sql
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Database (show other bugs)
Version: 3.12
Hardware: All All
: P5 - low blocker (vote)
Assignee: Peter Kelly
QA Contact:
URL:
Keywords:
Depends on: 8365
Blocks:
  Show dependency treegraph
 
Reported: 2013-03-25 03:47 UTC by Peter Kelly
Modified: 2019-06-27 09:24 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Adds a missing comma, thereby fixing the syntax error (1.34 KB, patch)
2013-03-25 04:02 UTC, Peter Kelly
Details | Diff | Splinter Review
[PASSED QA] Bug 9919: Correct syntax error caused by missing comma. (1.43 KB, patch)
2013-03-25 06:38 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Kelly 2013-03-25 03:47:44 UTC
Bug 8365 appears to have introduced a syntax error in installer/data/mysql/kohastructure.sql which breaks the installer.

The problem is a missing comma after renewalperiod in the table issuingrules

I'm in the process of creating a patch.
Comment 1 Peter Kelly 2013-03-25 04:02:52 UTC Comment hidden (obsolete)
Comment 2 Katrin Fischer 2013-03-25 06:38:34 UTC
Created attachment 16848 [details] [review]
[PASSED QA] Bug 9919: Correct syntax error caused by missing comma.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Simple fix for a bad problem.
Comment 3 Katrin Fischer 2013-03-25 06:39:34 UTC
One line fix for a blocker bug, moving this to passed QA.
Comment 4 Jared Camins-Esakov 2013-03-25 12:46:35 UTC
This patch has been pushed to master.