Skip to content

ALTER TABLE UPDATE statement run without default database #750

@welyss

Description

@welyss

insert ok, alter table update can't take the default database,
found that in file "ClickHouseStatementImpl" method "getInputStream":
boolean ignoreDatabase = parsedStmt.isRecognized() && !parsedStmt.isDML();
ALTER TABLE UPDATE is Recognized to DDL, is there any option to change this logic

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions