Koha/installer/data/mysql
Magnus Enger 459c809243 Bug 9498 - Update encoding for Norwegian sample Z39.50 servers
This patch
- Updates the sample servers installed by the web installer
- Does a database upgrade that changes the encoding for the servers
  in question

To test:
- Do a Norwegian installation and make sure to choose the optional
  sample Z39.50 targets
- Check that encodings for the Norwegian targets (BIBSYS, SAMBOK,
  NORBOK and DEICHMAN) are all set to ISO_6937 (which is the wrong
  encoding)
- Apply this patch and make sure updatadatabase.pl is run
- Check that the encoding for the four targets mentioned above are
  now ISO_8859-1
- Do one search against each target and check that there are no
  "strange" chars in the result list. Searching each of the targets
  for "hessen" should give results that include "norwegian vowels"
- Log on to the MySQL of the test installation and empty the table
  of Z39.50 targets:
  mysql> delete from z3950servers;
- Load this file into MySQL from the command line:
  installer/data/mysql/nb-NO/2-Valgfritt/z3950servers.sql
  and check that it loads without errors and that the four
  Norwegian targets are still set to have encoding = ISO_8859-1

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>

Comment: Work as described. No errors.
No koha-qa errors

Passed-QA-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
2013-03-30 22:52:27 -04:00
..
atomicupdate Bug 7475: Update configuration 2012-09-19 17:15:25 +02:00
de-DE Revert "Merge branch 'bug_7688' into 3.12-master" 2013-03-23 00:36:37 -04:00
en Revert "Merge branch 'bug_7688' into 3.12-master" 2013-03-23 00:36:37 -04:00
es-ES Bug 9610 - Spanish translation of MARC21 default bibliographic framework 2013-03-30 08:46:14 -04:00
fr-FR Revert "Merge branch 'bug_7688' into 3.12-master" 2013-03-23 00:36:37 -04:00
it-IT Revert "Merge branch 'bug_7688' into 3.12-master" 2013-03-23 00:36:37 -04:00
nb-NO Bug 9498 - Update encoding for Norwegian sample Z39.50 servers 2013-03-30 22:52:27 -04:00
pl-PL Revert "Merge branch 'bug_7688' into 3.12-master" 2013-03-23 00:36:37 -04:00
ru-RU Revert "Merge branch 'bug_7688' into 3.12-master" 2013-03-23 00:36:37 -04:00
uk-UA Revert "Merge branch 'bug_7688' into 3.12-master" 2013-03-23 00:36:37 -04:00
backfill_statistics.pl Bug 5370: Fix all the references to koha.org 2010-11-08 09:41:49 +13:00
kohastructure.sql Bug 9919: Correct syntax error caused by missing comma. 2013-03-25 08:43:26 -04:00
labels_upgrade.pl Bug 2505 - Add commented use warnings where missing in the installer/ directory 2010-04-21 20:26:28 +12:00
patroncards_upgrade.pl Bug 2505 - Add commented use warnings where missing in the installer/ directory 2010-04-21 20:26:28 +12:00
sample_only_param_tables.sql Moved location of updater scripts to dbms specific dir. 2007-11-13 11:22:47 -06:00
sysprefs.sql Merge branch 'bug_7740' into 3.12-master 2013-03-22 23:22:42 -04:00
update22to30.pl Bug 8289 Upgrading from 2.2 does not work anymore 2012-06-25 16:15:42 +02:00
updatedatabase.pl Bug 9498 - Update encoding for Norwegian sample Z39.50 servers 2013-03-30 22:52:27 -04:00