Mark H. Wilkinson
Mark H. Wilkinson
It's always been possible to have connections to multiple databases of different types specified in `database.yml` and used through `establish_connection`. In Rails 6 this was expanded to support primary and...
The case of the table names returned by `information_schema` queries depends on MySQL's `lower_case_table_names` setting: on systems where the value is non-zero the table name will be forced to lowercase....
IMPORT FOREIGN SCHEMA behaves differently depending on mysql server's lower_case_table_names setting
I have a database in MySQL on Linux (for production) and macOS (for development). In that database some table names use mixed-case (e.g. articleGalleryImage). I was trying to write a...
I noticed that a new Azure Functions project I generated yesterday didn't include a `.gitignore` file, so added my own. As I read the docs further I realised there should...
I'm seeing fairly frequent plugin crashes when running `terraform apply`. Retrying generally works, so it might be a race condition that's causing the `concurrent map writes` error. This is the...