-
**Is your feature request related to a problem? Please describe.**
Transactions acquire leases in order to used cached version of schema elements. The `lease.Manager` keeps track of reference count…
-
**Is your feature request related to a problem? Please describe.**
In the current iteration of the new schema changer, we prevent `DROP TABLE` from pre-empting ongoing schema change jobs and return a…
-
### Problem Statement
This is a meta ticket tracking current state of missing tables, functions, and features for CrateDB to work with the standard PostgreSQL connectors in dbt.
This list is WIP and…
-
Azure SQL DB is showing no lines covered, seems to be that not all events are being received (need to be more aggresive in draining events after finishing a run) and also statements don't seem to be m…
-
**Is your feature request related to a problem? Please describe.**
Selecting sqlite3 as database adaptor fails during migration. The first error in lib/beacon/migrations/v001.ex is at line 89, due …
aquap updated
2 weeks ago
-
@mbutrovich and I were discussing how to test #1073. For now, we are punting / only running local tests. The issue is that we don't have a mechanism for specifying "this query should return this error…
-
I think it would be helpful to be able to refer to `named-query` and `named-native-query` from the orm.xml, e.g.:
```
...
...
```
Especially more complex…
-
The SQLite3 backend does not support multiple SQL statements in one call, e.g.
```CREATE TABLE Table1(Foo TEXT);CREATE TABLE Table2(Bar TEXT);```
Only the first statement is processed. I went into t…
-
I am using Hudi 0.15.0 and Flink 1.17.1, following are the steps to reproduce the problem:
From the flink-sql cli: do the following sql statements
```
CREATE CATALOG hudi_catalog WITH (
…
-
Since we have been using Trilogy in favor of Mysql2 we've lost the prometheus metrics we used to have through [discourse/prometheus_exporter](https://github.com/discourse/prometheus_exporter).
Thei…