There is in incorrect number of parameters for the AggressiveMatchOnISBN stanza in sysprefs.sql ERROR 1136 (21S01) at line 1: Column count doesn't match value count at row 12 Test Plan: 1) Attempt to run the web installer OR try to import the sysprefs.sql into your db 2) Apply this patch 3) Try again, no errors should be reported this time
Created attachment 28031 [details] [review] Bug 12212 - Wrong number of parameters for AggressiveMatchOnISBN in sysprefs.sql ERROR 1136 (21S01) at line 1: Column count doesn't match value count at row 12 Test Plan: 1) Attempt to run the web installer OR try to import the sysprefs.sql into your db 2) Apply this patch 3) Try again, no errors should be reported this time
Created attachment 28037 [details] [review] Bug 12212: fix error that prevented sysprefs.sql from loading The line for inserting AggressiveMatchOnISBN didn't have the right number of columns. Test Plan: 1) Attempt to run the web installer OR try to import the sysprefs.sql into your db 2) Apply this patch 3) Try again, no errors should be reported this time Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Created attachment 28038 [details] [review] Bug 12212: fix error that prevented sysprefs.sql from loading The line for inserting AggressiveMatchOnISBN didn't have the right number of columns. Test Plan: 1) Attempt to run the web installer OR try to import the sysprefs.sql into your db 2) Apply this patch 3) Try again, no errors should be reported this time Signed-off-by: Galen Charlton <gmc@esilibrary.com> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Pushed to master. Thanks, Kyle!