Koha/installer/data/mysql/nb-NO/2-Valgfritt
Jonathan Druart 5ebf75ecd0
Bug 23997: Escape z3950servers.rank as it's a new MySQL 8 kw
This patch will fix installation of Koha on MySQL 8
DBD::mysql::st execute failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'rank, syntax, encoding,recordtype) VALUES
('lx2.loc.gov',210,'LCDB','','','LIBRA' at line 2 at /usr/share/perl5/DBIx/RunSQL.pm line 273.

https://dev.mysql.com/doc/refman/8.0/en/keywords.html
=> RANK (R); added in 8.0.2 (reserved)

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2019-11-08 11:22:31 +00:00
..
auth_val.sql Bug 14697: (follow-up) Add auth values to the sample data 2019-10-31 12:05:33 +00:00
auth_val.txt Fix wrong encodings in installer/data/mysql/nb-NO/2-Valgfritt/ 2011-03-30 09:55:26 +02:00
marc21_holdings_coded_values.sql Bug 22095: Replaced dead links with working links 2019-01-17 02:23:27 +00:00
marc21_holdings_coded_values.txt Bug 22095: Replaced dead links with working links 2019-01-17 02:23:27 +00:00
parameters.sql Bug 12209 - Fix currency symbol for NOK 2014-05-16 02:44:01 +00:00
parameters.txt Add files to installer/data/mysql/nb-NO/2-Valgfritt/ 2011-03-30 09:55:26 +02:00
patron_attributes.sql Bug 11922: Add SHOW_BCODE patron attribute for Norwegian web installer 2019-01-25 16:12:30 +00:00
patron_attributes.txt Bug 21710: Fix typo in atributes in installer 2019-02-15 18:42:48 +00:00
patron_categories.sql
patron_categories.txt Add files to installer/data/mysql/nb-NO/2-Valgfritt/ 2011-03-30 09:55:26 +02:00
sample_creator_data.sql Bug 10222: Correct and expand to other languages 2017-12-07 09:37:11 -03:00
sample_creator_data.txt Add files to installer/data/mysql/nb-NO/2-Valgfritt/ 2011-03-30 09:55:26 +02:00
sample_holidays.sql Add files to installer/data/mysql/nb-NO/2-Valgfritt/ 2011-03-30 09:55:26 +02:00
sample_holidays.txt Add files to installer/data/mysql/nb-NO/2-Valgfritt/ 2011-03-30 09:55:26 +02:00
sample_itemtypes.sql Bug 10969: Fix sample itemtypes for translated installers 2013-10-20 18:46:45 +00:00
sample_itemtypes.txt Add files to installer/data/mysql/nb-NO/2-Valgfritt/ 2011-03-30 09:55:26 +02:00
sample_libraries.sql Bug 22966: Add Norwegian library and patron names for installer 2019-06-19 13:10:04 +01:00
sample_libraries.txt Bug 22966: Add Norwegian library and patron names for installer 2019-06-19 13:10:04 +01:00
sample_news.sql Bug 17960: Update installed files 2017-02-06 17:42:13 +00:00
sample_news.txt Add files to installer/data/mysql/nb-NO/2-Valgfritt/ 2011-03-30 09:55:26 +02:00
sample_patrons.sql Bug 22966: Add Norwegian library and patron names for installer 2019-06-19 13:10:04 +01:00
sample_patrons.txt Bug 22966: Add Norwegian library and patron names for installer 2019-06-19 13:10:04 +01:00
z3950servers.sql Bug 23997: Escape z3950servers.rank as it's a new MySQL 8 kw 2019-11-08 11:22:31 +00:00
z3950servers.txt