Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

View couldn't be changed or deleted #9291

Closed
uslss opened this issue Jul 17, 2020 · 2 comments
Closed

View couldn't be changed or deleted #9291

uslss opened this issue Jul 17, 2020 · 2 comments
Assignees
Milestone

Comments

@uslss
Copy link
Member

uslss commented Jul 17, 2020

System information:

  • Operating system (distribution) and version win10 x64
  • DBeaver version 7.1.3

Connection specification:

  • Database name and version Clickhouse

Describe the problem you're observing:

Error appears when trying to change or delete view.

View changing:

Code: 57, e.displayText() = DB::Exception: Table default.NewView already exists., e.what() = DB::Exception

SQL Error [57]: ClickHouse exception, code: 57, host: 127.0.0.1, port: 40127; Code: 57, e.displayText() = DB::Exception: Table default.NewView already exists., e.what() = DB::Exception

  ClickHouse exception, code: 57, host: 127.0.0.1, port: 40127; Code: 57, e.displayText() = DB::Exception: Table default.NewView already exists., e.what() = DB::Exception

  ClickHouse exception, code: 57, host: 127.0.0.1, port: 40127; Code: 57, e.displayText() = DB::Exception: Table default.NewView already exists., e.what() = DB::Exception

    java.lang.Throwable: Code: 57, e.displayText() = DB::Exception: Table default.NewView already exists., e.what() = DB::Exception

    Code: 57, e.displayText() = DB::Exception: Table default.NewView already exists., e.what() = DB::Exception

Delete view

Code: 62, e.displayText() = DB::Exception: Syntax error: failed at position 6: VIEW default.NewView. Expected one of: DATABASE, TEMPORARY, TABLE, e.what() = DB::Exception

SQL Error [62]: ClickHouse exception, code: 62, host: 127.0.0.1, port: 40127; Code: 62, e.displayText() = DB::Exception: Syntax error: failed at position 6: VIEW default.NewView. Expected one of: DATABASE, TEMPORARY, TABLE, e.what() = DB::Exception

  ClickHouse exception, code: 62, host: 127.0.0.1, port: 40127; Code: 62, e.displayText() = DB::Exception: Syntax error: failed at position 6: VIEW default.NewView. Expected one of: DATABASE, TEMPORARY, TABLE, e.what() = DB::Exception

  ClickHouse exception, code: 62, host: 127.0.0.1, port: 40127; Code: 62, e.displayText() = DB::Exception: Syntax error: failed at position 6: VIEW default.NewView. Expected one of: DATABASE, TEMPORARY, TABLE, e.what() = DB::Exception

    java.lang.Throwable: Code: 62, e.displayText() = DB::Exception: Syntax error: failed at position 6: VIEW default.NewView. Expected one of: DATABASE, TEMPORARY, TABLE, e.what() = DB::Exception

    Code: 62, e.displayText() = DB::Exception: Syntax error: failed at position 6: VIEW default.NewView. Expected one of: DATABASE, TEMPORARY, TABLE, e.what() = DB::Exception

@uslss uslss added this to the 7.1.4 milestone Jul 17, 2020
@tati-kru tati-kru added this to Backlog in DBeaver board Jul 21, 2020
@serge-rider
Copy link
Member

View delete fixed. View alter is not supported by current Clickhouse version (ClickHouse/ClickHouse#1226)

@serge-rider serge-rider moved this from Backlog to Ready for QA in DBeaver board Jul 23, 2020
@uslss uslss self-assigned this Jul 24, 2020
@uslss
Copy link
Member Author

uslss commented Jul 27, 2020

verified

@uslss uslss closed this as completed Jul 27, 2020
DBeaver board automation moved this from Ready for QA to Done Jul 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
DBeaver board
  
Done
Development

No branches or pull requests

2 participants