-
## Overview
- this is subsumed by #175
- todo
- [ ] improve error message!
- [ ] get this file to parse (or confirm that it is a valid reject) 2020-03-eval/0008_0000bf706...
## Details
Sus…
-
Within HQL the following is a valid create table statement:
```
CREATE TABLE a.b (
`c` array
)
```
But parsing this with DDLParser emits:
```
simple_ddl_parser.ddl_parser.DDLParserError:…
-
DDL can not parse the comment keyword~
razzl updated
5 years ago
-
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…
-
Jira Link: [DB-12523](https://yugabyte.atlassian.net/browse/DB-12523)
### Description
Version: `2.23.1.0-b55`
After performing several operations, I attempted to set up replication and create a …
-
When parsing Create Table Like DDL:
```sql
create table tab1 like tab2;
```
"tab1 like tab2" as a whole will be parsed as Comparison. I think this is different situation from Comparison used in …
reata updated
3 years ago
-
The parser doesn't accept TRUNCATE as a DDL-statement.
-
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…
-
**Describe the Bug**
If you have a cloud spanner instance created with dialect == POSTGRESQL migration fails when trying to create the `SchemaMigrations` table
**Steps to Reproduce**
Create a…
-
- [ ] I have searched the [issues](https://github.com/alibaba/canal/issues) of this repository and believe that this is not a duplicate.
- [ ] I have checked the [FAQ](https://github.com/alibaba/cana…