John Porter
John Porter
How do we get this to be a priority for the docker dev team? I upgraded today to 4.11.1 and it is still an issue, so again, reverting to 4.5.0....
Being a simple end user, I didn't know that different aspects of the same bundled software are owned by different people. Thanks @glours for letting us know that. >Docker Compose...
I want to throw another one in as it's technically the same issue: ``` deploy: resources: limits: cpus: '0.50' memory: 1024M reservations: cpus: '0.25' memory: 512M ``` Again it's a...
The expected query is a way of getting around not being able to do joins in update statements. While it is valid for MySQL, it isn't for SQLite, so the...
I did not know about `REPLACE`, I will have a go with that.
I already thought that this library did this... I was just about to log this as a bug! Aura.SQL does array quoting, so I assumed this one did too.
This happens the other way around too. If you resize the window, it should respect the 'hidden' portions. It is very irritating.
I will point out that my migrations use `up` and `down` methods as I have custom sql (if it's MySQL) to run that isn't possible to run in the `change`...
I had my migrations simply named as they are not date specific, so the files are not using real dates as shown above. Technically speaking they are real dates, so...
Hay all, I've just come to use this library and have hit a wall where I am having to jump through some hoops to custom serialize my data before storage...