Pavel Alexeev aka Pahan-Hubbitus

Results 96 comments of Pavel Alexeev aka Pahan-Hubbitus
trafficstars

Sorry, the project died? Or we may expect some fixes? Without that plugin fullly unusable.

@terrorobe, do you packaging it into rpm already?

@terrorobe thanks.

Hello. Thank you very much for this great addition. But could you please say from which version of ClickHouse it is present?

Atl east for tags like `v0.13.0-ksqldb`

Only workaround of that use it like: ``` Class.forName('org.modelcatalogue.spreadsheet.query.poi.PoiSpreadsheetCriteria').FACTORY.forFile(...) ```

@chernser, really table result shown in 25.2.2, but also error message appeared once in modal window: What also interesting, subsequent invocations do not show this error dialogue.

@chernser, error come from option calculate number of rows: ```java if(getPreferenceStore().getBoolean(ResultSetPreferences.RESULT_SET_AUTOMATIC_ROW_COUNT)){ updateRowCount(); } ``` And then in `SQLEditor` class you calls transform of query to wrap it for count: ```java...

@chernser, > You are using execute and if it returns true meaning that it will be a result set so you need to update row count. Am I right? You...