Jay B

Results 6 issues of Jay B

Added changes to the README that will make it easier for people struggling with certain issues. Made changes to eu4 run and common files, primarily consisting of if-conditionals to check...

### Search before asking - [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### What Happened Wanting to integrate this into my repo, and it threw many errors....

bug
mysql
awaiting feedback

### Brief summary of the change made Added various ways of parsing SET TRANSACTION statements in MySQL according to [the docs](https://dev.mysql.com/doc/refman/8.0/en/set-transaction.html) ### Are there any other side effects of this...

### Search before asking - [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### Description MariaDB has some small syntactic differences compared to MySQL, but for the most...

enhancement
mysql
new dialect

### Brief summary of the change made fixes #5840 by adding new MariaDB dialect based off mysql. This PR does a few things: - Adds core functionality for MariaDB -...

### Make sure you have done the following - [X] I have updated to the latest version of `blink.cmp` - [X] I have read the README ### Bug Description When...

bug