[Koha-bugs] [Bug 24912] Generate SQL from YAML installer files

2024-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24912 Katrin Fischer changed: What|Removed |Added Summary|Generate sql from yaml |Generate SQL from YAML

[Koha-bugs] [Bug 24912] Generate sql from yaml installer files

2020-05-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24912 Ere Maijala changed: What|Removed |Added CC||ere.maij...@helsinki.fi --

[Koha-bugs] [Bug 24912] Generate sql from yaml installer files

2020-03-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24912 --- Comment #9 from Jonathan Druart --- Created attachment 101296 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=101296=edit Bug 24912: Add the ability to convert yaml installer files to SQL queries -- You are

[Koha-bugs] [Bug 24912] Generate sql from yaml installer files

2020-03-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24912 Jonathan Druart changed: What|Removed |Added Attachment #101078|0 |1 is obsolete|

[Koha-bugs] [Bug 24912] Generate sql from yaml installer files

2020-03-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24912 Bernardo Gonzalez Kriegel changed: What|Removed |Added CC|

[Koha-bugs] [Bug 24912] Generate sql from yaml installer files

2020-03-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24912 --- Comment #6 from Jonathan Druart --- Bernardo, I have no idea how to fix that, but having the datatype in the yml sounds wrong to me. We could retrieve it from the DBIC schema, but that will make the process heavier (time) --

[Koha-bugs] [Bug 24912] Generate sql from yaml installer files

2020-03-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24912 --- Comment #5 from Jonathan Druart --- From bug 24883 comment 13: """ Now, the conversion part. The problem here is that all values are printed as strings, producing INSERT INTO marc_tag_structure (

[Koha-bugs] [Bug 24912] Generate sql from yaml installer files

2020-03-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24912 --- Comment #4 from Jonathan Druart --- Created attachment 101081 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=101081=edit Bug 24912: Move new sub from load_yaml.pl Use the sub from C4::Installer to avoid dup

[Koha-bugs] [Bug 24912] Generate sql from yaml installer files

2020-03-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24912 --- Comment #3 from Jonathan Druart --- Created attachment 101080 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=101080=edit Bug 24912: Add a new yml2sql sub to C4::Installer It will allow us to generate sql

[Koha-bugs] [Bug 24912] Generate sql from yaml installer files

2020-03-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24912 --- Comment #2 from Jonathan Druart --- Created attachment 101079 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=101079=edit Bug 24912: Move to a flat array with all values to an array of arrayref For the

[Koha-bugs] [Bug 24912] Generate sql from yaml installer files

2020-03-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24912 --- Comment #1 from Jonathan Druart --- Created attachment 101078 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=101078=edit Bug 24912: Centralize code to load YAML installer files to a sub -- You are receiving