-
```
canal.properties配置:
#################################################
######### common argument #############
#################################################
# tcp bind ip
canal.ip =
#…
-
```
The meta data provider doesn't refresh after a DDL statement was executed.
It's easy to catch as the SQL parser already recognizes if a DDL statement
was executed.
```
Original issue reported on …
-
12th May 2019
===========
#### Next Steps:
- [x] Generate two separate .sql files for init DDL of Parser and data Coordinator app.
- [x] Generate jar for settings bootstrap of Parser app.
…
-
Some dialects (e.g. Oracle) support named `NOT NULL` constraints in DDL statements:
```sql
create table t (
i int constraint i_nn not null,
j int
);
alter table t modify j constraint j_n…
-
DDL解析关于获取字段长度精度以及是否为空的函数怎么获取呢?
`String ddl = "CREATE TABLE `tableP` (\n" +
" `rate` double(10,2) DEFAULT NULL,\n" +
" `id` int(10) NOT NULL AUTO_INCREMENT,\n" +
…
-
[2019-10-29 13:28:31,706] ERROR Unexpected exception while processing record 'ConsumerRecord(topic = test.hist, partition = 0, leaderEpoch = 0, offset = 336, CreateTime = 1572317612899, serialized key…
-
HI,
I'm using datacontract cli version 0.10.10
and tried to import a sql ddl file (postgres db syntax) into a datacontract yml but numeric is translated into "variant".
Table table and colu…
-
The parser doesn't accept TRUNCATE as a DDL-statement.
-
**Is your feature request related to a problem? Please describe.**
Considering all the great advantages of metaschemas as a single source of truth for db structure, data validation, and so on, I see …
-
### Actual Behavior
Parsing creation DDL like:
CREATE TABLE `test3` (
`NAME` varchar(255) NOT NULL DEFAULT '',
`ID` bigint(20) unsigned NOT NULL,
PRIMARY KEY (`NAME`), unique index idx(…