-
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…
-
**升级至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…
-
I am looking for Teradata support, currently I don't find any library which can parse the teradata ddls and give information. My main task is to convert Teradata DDL to oracle equivalent. I tried crea…
-
![image](https://user-images.githubusercontent.com/38401399/140079051-83729b55-ba45-43a2-af0f-b7bd0abb9da5.png)
sync.go里面
1.目前对于存储过程,触发器等对象的DDL,因为parser无法解析,是直接忽略的,能否至少继续传递event?
我下游收到这个DDL query还是…
-
**Describe the bug**
ValueError 'Found ALTER statement to not existed TABLE COMTCCMMNCODE with SCHEMA None' on certain files
**To Reproduce**
Steps to reproduce the behavior:
1. Take file https…
ivbeg updated
6 months ago
-
Docs on ALTER DATABASE https://cloud.google.com/spanner/docs/data-definition-language#alter-database
Code similar to https://github.com/googleapis/java-spanner/blob/9132c21e9ea94f0e2ceea3f9ad5c4461ff…
-
If the DDL string contains more than one create statements, only the first one is getting parsed and the parse method returns just one table all the time. Need support for ddl containing potentially m…
-
In my DDL description of some IDL, I did not add 'END' at the end of a top-level object:
```
def Main = { Many Struct_Typedefs; }
```
With such description, daedalus would parse all the instances …
-
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…
-
Dialects that support interval data types usually also support precision and "scale" on the data type. For example, it is possible to specify `INTERVAL DAY (9) TO SECOND (6)`.
This is currently not…