-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
The parser was unable to parse EVENT statements f…
-
Our general pattern is to treat all connected databases as read-only. We should make sure we're doing this for BigQuery as well and add tests to make sure you can't execute things like `UPDATE` or `DE…
-
To pause TTL deletion of expired rows, a use can execute
`alter table promo_codes set (ttl_pause = true);`
or
`SET CLUSTER SETTING sql.ttl.job.enabled = false`
When TTL deletion is paused, this …
-
- SqlPackage or DacFx Version: 162.4.92
- .NET Framework (Windows-only) or .NET Core: DotNet6 (6.0.417)
- Environment (local platform and source/target platforms): Windows 10
**Steps to Reproduce…
-
Hi Luca,
Hi Stephan,
I just had to use the data request in moodle for the first time in quiet a while and thus found an error in the privacy provider of [mod_verbalfeedback](https://github.com/bfh…
-
### Component(s)
pkg/ottl
### Is your feature request related to a problem? Please describe.
I came across an issue recently that I could not easily solve using OTTL's existing `ExtractPatter…
-
-
The set of SQL statements for adding and retracting datoms is limited. We will achieve significant performance benefits by caching the compiled statements and merely re-binding them.
This ticket t…
-
**Is your feature request related to a problem? Please describe.**
Currently insights for SQL statements and transactions stored in memory only and this:
- doesn't allow to track historical data for…
-
**Describe the problem**
The below test case causes an internal error in cockroachdb.
**To Reproduce**
Start the CockroachDB instance by using Docker.
`docker run --name cockroachdb-test -…