Hi Sebastián, Seeing as you knew enough to determine how to fix the problem yourself, and that it would need to be fixed upstream, let me point out that you can always open a pull request yourself. Contributions are welcome and are necessary for a healthy open source project. This isn't all that relevant now, as we made the change on our end and it's been merged, but something to keep in mind going forward if you ever feel the need to modify things.
Our contribution guidelines are here: https://github.com/apache/incubator-guacamole-client/blob/master/CONTRIBUTING Anyway, thanks again. - Mike On Tue, Jul 26, 2016 at 1:29 PM, Mike Jumper <[email protected]> wrote: > On behalf of James, who is currently having issues [1] responding on > the @user list: > >> >> Good catch Sebastián! >> >> That should be an easy fix - I'll open a PR to fix this issue. >> >> Thanks >> James >> > > The pull request mentioned has since been merged [2], so that much > should be back to normal now. > > - Mike > > [1] https://issues.apache.org/jira/browse/INFRA-12334 > [2] https://github.com/apache/incubator-guacamole-client/pull/35 > > > On Tue, Jul 26, 2016 at 11:54 AM, <[email protected]> wrote: >> At the present day, >> >> ./extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/schema/001-create-schema.sql >> >> throws back a MySql error due to a missing comma... >> >> >> root@poc-lxc-1:~/incubator-guacamole-client-master# diff >> evil_sentence.sql_ORIGINAL evil_sentence.sql_MODIFIED >> 26c26 >> < REFERENCES `guacamole_connection` (`connection_id`) ON DELETE SET NULL >> --- >>> REFERENCES `guacamole_connection` (`connection_id`) ON DELETE SET NULL, >> root@poc-lxc-1:~/incubator-guacamole-client-master# >> root@poc-lxc-1:~/incubator-guacamole-client-master# >> >> >> It's just a matter of adding that extra comma in order to get the >> create_schema_job successful >> >> Best Regards, >> Sebastián >>
