Evan Elias
Evan Elias
> I was planing to add new option like `password-wrapper`, but i guess you want to use same option for different type of password retrieval. So maybe there should be...
Thank you for the report! For now, as a work-around, I would recommend renaming your partition to not be named after a keyword. I can't predict when this will be...
Thank you for the feature request!
Thanks @Madhur1997, much appreciated! Let me know if you have any questions. There are some brief development guidelines on #132. This new linter check should only flag names that match...
In order to only flag reserved words that will be added in a future version, you will need to have a mapping of reserved words to their initial version anyway....
You only need the reserved words introduced in each version starting with MySQL 5.6 and MariaDB 10.2, as there's no benefit to capturing the list of ones introduced earlier than...
> Also, there are some words that might be introduced say in mysql5.6 but got dropped in mysql5.7 and perhaps gets added in mysql8.0. So, what output would you have...
Thank you for the feature request! Totally agree that the output is jumbled when combining `ddl-wrapper` with `concurrent-instances` -- I've lazily had a TODO comment [about this topic](https://github.com/skeema/skeema/blob/main/applier/printer.go#L34) for an...
Thank you for the report, but so far I'm not able to replicate this issue on standard MySQL. If this is consistently reproducible on Aurora, I suspect it could be...
Thank you, that makes sense and does repro the problem consistently on MySQL. (Reviewing my shell history, I made a mistake earlier today when I tried testing with --skip-format, and...