-
This isn't a major feature, but might be useful.
It would allow whoever is using our tools to provide a file that doesn't contain exclusively `.ddl` or even `.xdl` content to parse the relevant `.d…
-
### 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(…
-
In Oracle, it is possible to declare a column without a data type if the data type can be derived from the primary key:
```sql
create table par (
c1 int
primary key
);
create table ch…
-
## Description
oracle ddl drop table error
## Steps to reproduce the issue
1. create oracle to mysql job
2. src oracle execute sql
```
CREATE TABLE TEST.T4(col1 VARCHAR(20), col2 NUMBER);
DR…
-
如题
-
To support WAP workflows, Presto should support the creation and deletion of branches and tags. These are metadata-only operations which can be accomplished through a new `ALTER TABLE` syntax.
Par…
-
`'create table A(....'` will identify A as a function
`'CREATE table A(....'` will not - aka is OK
`'create table "A"(....'` is also OK
`varchar2 (2)` will identify varchar2 as _Token.Name.Builti…
-
Model
```
type TickIndexDto struct {
bun.BaseModel `bun:"table:tick_indexes"`
Timestamp int64 `bun:",notnull"`
TickIndex int64 `bun:",notnull"`
Window int64 `bun:"…
-
```
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 …
-
github.com/zeromicro/ddl-parser/gen: /usr/local/go/pkg/tool/linux_amd64/compile: signal: killed