Skip to content

CrateDB: Respect special DEFAULT keyword in INSERT statements #3

@amotl

Description

@amotl

Issue description

CrateDB needs to support the DEFAULT special keyword, like PostgreSQL does.

Expected Behavior

CrateDB supports such an invocation of SQL statements.

CREATE TABLE t (a INTEGER DEFAULT 5);
INSERT INTO t VALUES (DEFAULT);

Actual Behavior

CrateDB currently lacks corresponding PostgreSQL feature.

/cc @hlcianfagna

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions