-
It would be interesting to have a single source of truth for the generated code, including:
- DDL
- Code generation meta information
A SQL comment based DDL annotation syntax would be useful to…
-
### Is there an existing issue for this?
- [X] I have searched the existing open and closed issues
### Current Behavior
Language parser is not correctly getting the language of the movie. Thi…
-
Currently, when we fail to parse a DDL event from the Postgres WAL, we print an error message but continue trying to parse WAL events for the table. This is incorrect behavior, since ReadySet’s unders…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
1. 部署 v4.0.12
2. CREATE GLOBAL BINDING
use test
CREATE TABLE `a…
-
Given a specific (valid, albeit odd) JSON schema, `kwack` will generate invalid SQL, which will then lead to
```
java.lang.RuntimeException: Could not execute DDL: CREATE TABLE IF NOT EXISTS "my-top…
-
Hello,
According to documentation, the ALTER INDEX statement should follow this example:
```
ALTER INDEX index_name {ADD|DROP} STORED COLUMN column_name
```
Reference: https://cloud.google.com/sp…
-
**Describe the bug**
In the SNOWFLAKE database, when you are using an apostrophe in a comment, the apostrophe is escaped with another apostrophe like:
- comment on a field level is "Grouping of hier…
-
## Question
`"MultiStageCoprocessor-Parser-dts-fms-0" Id=1088 cpuUsage=99.3% deltaTime=199ms time=4163669ms RUNNABLE
at com.lmax.disruptor.BlockingWaitStrategy.waitFor(BlockingWaitStrategy.jav…
-
**升级至canal release/v1.1.5,(/canal/lib/druid-1.2.6.jar)后mysql binlog 的ddl解析还是出错:**
mysql Ver 14.14 Distrib 5.7.31
```
2021-05-20 15:41:35.859 [destination = example , address = mysql/172.19.0.5…
-
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…