-
Building and running the C++ parser code generated from a DDL file causes the Address Sanitizer to flag a new-delete-type-mismatch.
-
It's also required that on every exercise the SQL scripts have a header, this is not fun to be made manually.
A header looks like this:
```
-- -------- > ------
-- …
-
After modifying the table structure of the source database, DDL statements are captured normally, but continue to test the DML statements and report an error if they are invalid
Is there any soluti…
-
**Describe the bug**
A DDL containing **COMMENT ON COLUMN** does not associate the comment to the column
**To Reproduce**
run this:
```
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from sim…
-
Hi there,
I'm writing to report an issue with the Google Cloud Spanner emulator. The documentation states that Google Cloud Spanner supports the `ON DELETE CASCADE` action on foreign keys. However,…
-
### Failing SQL Feature:
Parsing `CREATE TABLE` DDL query failed when there is a `KEY` parameter that uses functions like `LOWER`.
The parsing fails with this error:
```
net.sf.jsqlparser.JSQLPa…
-
Superficially similar to #7021 , but not as serious, since it does not lead to secondary errors.
vtexplain will print an error when it encounters a table in a schema using MySQL partitions. It wil…
-
Hi, I hit into 2 cases of psqldef parse error on VIEW.
And, I extracted reproducible DDL for each one. They may look meaningless, but taken from actual use cases.
1 case is split into #455, as t…
-
## Question
尝试了h2和mysql,数据库表结构发生变化的时候,对应的tsdb数据没有变化,重启也无效,删除相应的记录后正常。
经过测试是ddl记录被过滤,但是由于是直接投递到kafka所以不希望出现非表数据的记录进入topic,如果ddl记录不存在则新增字段就会有
com.alibaba.otter.canal.parse.exception.CanalParseExcep…
-
**Is your feature request related to a problem? Please describe.**
I'm using OLR by integrating debezium into my project. I found the `owner` key missing in the DDL changelog of non-table objects.
…