-
We've been using play 2.8.1 with play-ebean 6.0.0 and java 1.8 for years now.
Recently, we decided to upgrade to play 3.0.5, play-ebean 8.3.0 and java 21, but it's been a nightmare due to the play ar…
-
### What did you do?
1. Create MySQL sink changefeed
2. Use lighting tidb mode to import thousands of tables.
### What did you expect to see?
CDC changefeed should be normal
### What did you see …
-
Hi guys. We just started experimenting with ebean-migration and encountered some problems. We have a migration generation script like this:
```kotlin
fun main(args: Array) {
System.setPropert…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
1、with tidb_enable_dist_task='off'
2、run sysbench
3、add index for on…
-
**Is your feature request related to a problem? Please describe.**
It seems that spansql package which is used in Spanner support is not actively developed.
https://github.com/googleapis/google-cl…
-
`Alter rule` is not a standard SQL, it belongs to the PG dialect.
Therefore `AlterRuleStatement` should not exist under the `common` package.
Since `ALTER RULE` is a PostgreSQL language extens…
-
Hello.
**To Reproduce**
ddl = """CREATE TABLE IF NOT EXISTS public.generator_id (
hall_id int4 GENERATED ALWAYS AS IDENTITY( INCREMENT BY 1 MINVALUE 1 MAXVALUE 2147483647 START 1 CACHE 1 NO CYCL…
-
Hi Found this bug provided test:
``` python
ddl = """
CREATE TABLE IF NOT EXISTS default.salesorderdetail(
column_abc ARRAY,
)
"""
result = DDLParser(d…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
```
make race
```
```
unexpected fault address 0x0
fatal e…
-
## Requested Solution/Feature
- Several of the DDL and DML statements don't allow for qualified identifiers. This ticket is specifically asking for support for insert statements with qualified identi…