Manoj Govindan
Manoj Govindan
Looking forward to this one. +1.
Thanks, I didn't think of that. Is there any demo/example code for this somewhere?
@lukaseder Tried the `JOIN` syntax (example below) but the generated query is running afoul of MySQL. The following query aims to delete all books of a particular author. ```java dsl.delete(BOOK.join(AUTHOR).onKey()).where(AUTHOR.ID.eq(...)).execute()...
Thanks @ppacher! Will take this for a spin. Could you share (relevant sections from) your `hosts` file also?
Hi @rizerzero, I did not. Created a new playbook with both `ansible-consul`, and `ansible-nomad`. Consul was installed and started, but nomad did not. In the end I gave up and...