-
tnovo updated
4 years ago
-
Hi,
I have a long-running project and the number of sequential migration files is getting pretty high; it's mainly cosmetic, but I was wondering what the best way to squash all existing migrations …
-
**Describe the problem**
I've found what appears to be a bug with `inject_retry_errors_enabled` session variable. I've created a test that shows the problem. If I add a SELECT statement to the tran…
-
Details for the issue
--------------------
#### What did you do?
if you run only the last 13th query in the SQL window, it will not work, and
the following lines created line by line will not wo…
-
**Is your feature request related to a problem? Please describe.**
Currently sql prompt would finish a statement and send it to back when it sees `;` character outside of a string and hit `Enter`. Th…
-
Related to #863: I think this plugin should refuse to execute BEGIN, COMMIT, and ROLLBACK statements since they may interfere with the existing transaction mechanism, lead to cryptic error messages (s…
-
## Overview
`COMMENT ON` is supported in #266, but not for `EXTENSION`.
I wouldn't mind if the comments end up getting dropped, just as long as the SQL gets parsed- in that case a workaround is …
-
Hello! I was planning on using this library in conjunction with [SQLModel](https://sqlmodel.tiangolo.com/), and SQLModel requires SQLAlchemy v2. During some initial work when using 0.6.2 of PyDynamoDB…
-
When upgrading icingadb MariaDB/MySQL from version 5 to version 6, three errors occur.
Example:
```
MariaDB [icingadb]> ALTER TABLE checkcommand_argument MODIFY COLUMN argument_key_override varchar…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### Description
I think it would be beneficial to add a rule…