question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Enable nested comments support for ClickHouse

See original GitHub issue

I didn’t find a switch to turn on nested support in preference, so I guess ClickHouse plugin should be enhanced like this one.

I use below SQL for testing, and the highlight is correct when connecting to PostgreSQL but not ClickHouse.

select /*0/*1*/2*/3

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
zhicwucommented, Jun 21, 2021

Thanks @ShadelessFox, please consider to update database to 21.3. Also you guys may want to revisit ClickHouse support - there’s a timezone issue but let me enhance its JDBC driver first :p

Update: the feature was introduced in ClickHouse/ClickHouse#14655.

1reaction
uslsscommented, Feb 16, 2021

thanks for the suggestion. Hope it will be implemented in the nearest future

Read more comments on GitHub >

github_iconTop Results From Across the Web

Settings | ClickHouse Docs
Used when performing SELECT from a distributed table that points to replicated tables. By default, 1 (enabled). force_index_by_date​. Disables query execution ...
Read more >
Formats for Input and Output Data | ClickHouse Docs
The table below shows supported data types and how they match ClickHouse data types in INSERT and SELECT queries. ... Arrays can be...
Read more >
Column Manipulations | ClickHouse Docs
COMMENT COLUMN — Adds a text comment to the column. MODIFY COLUMN — Changes column's ... ALTER TABLE alter_test ADD COLUMN Added2 UInt32...
Read more >
Functions for Working with Strings | ClickHouse Docs
Nested comments are not possible. Note: constructions like <!--> and <!---> are not valid comments in HTML but they are skipped by other...
Read more >
Nested | ClickHouse Docs
When flatten_nested is set to 0 (which is not by default), arbitrary levels of nesting are supported. In most cases, when working with...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found