red-soft-ru / shardingsphere

Distributed SQL transaction & query engine for data sharding, scaling, encryption, and more - on any database.
Apache License 2.0
0 stars 1 forks source link

CREATE TABLE with empty datatype #141

Open makssent opened 5 days ago

makssent commented 5 days ago

Fixes #59.

request: CREATE TABLE T175 (row_a int, row_b generated always as (3*row_a))

err mess: Cannot invoke "org.antlr.v4.runtime.tree.ParseTree.accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)" because "tree" is null