mbtolou

Results 16 issues of mbtolou

conv_layer.hpp compute_output_shape this->kernel_shape_.cpu_data() Log file created at: 2018/06/03 15:59:13 Running on machine: SRV-IP02 Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg F0603 15:59:13.269853 13372 blob.cpp:33] Check failed: shape[i] >= 0...

add rtl support

I added a function to the ClickHouseBulkCopy class so that I can use this class without calling the list of columns

hi. can you support zstd compression in http call ? https://github.com/ClickHouse/ClickHouse/blob/512786346c5d615e512b8cea1c237699d1fe7153/tests/queries/0_stateless/00302_http_compression.sh This algorithm (zstd) is 3 times faster than gzip. ![image](https://user-images.githubusercontent.com/6413705/183257535-47ceed25-642d-42f2-8712-85faab7833a2.png) https://github.com/ClickHouse/ClickHouse/blob/512786346c5d615e512b8cea1c237699d1fe7153/tests/queries/0_stateless/00302_http_compression.sh#L29

Hi. I implement code that open http port and monitor watch live view changes. can you add this code to your library ,and return result in object ? ```csharp public...

enhancement

Hello, Can you please add a way to know in exactly which record or row of data an exception is raised in the following methods: ClickHouseBulkCopy - >WriteToServerAsync https://github.com/DarkWanderer/ClickHouse.Client/blob/e99d477c27b8f3e03f4a8fb3091309bba621daa1/ClickHouse.Client/Copy/ClickHouseBulkCopy.cs#L173 Thanks.

question

Hi cannot convert datetime to another type. ```csharp public class PersianDateTimeHandler : SqlMapper.TypeHandler { public static readonly PersianDateTimeHandler Default = new PersianDateTimeHandler(); public override void SetValue(IDbDataParameter parameter, PersianDateTime value) {...

hi. ```sql CREATE TABLE ahe.up_daily_data ( `device_id` String COMMENT 'device_id', `clock` DateTime('Asia/Tehran') COMMENT 'clock ', `pt_text` Nullable(String) MATERIALIZED dictGet( 'ahe.tbl_meters_dict', 'pt_text', tuple(device_id) ) ) ENGINE = AggregatingMergeTree PARTITION BY toYYYYMM(clock)...

feature request
formatting

The driver for .net (.NET client for ClickHouse) (https://github.com/DarkWanderer/ClickHouse.Client) performs a select operation whenever there is a BulkCopy request (https://github.com/DarkWanderer/ClickHouse.Client/blob/47949428fd16447d3090cfc845c3aff805c94f76/ClickHouse.Client/Copy/ClickHouseBulkCopy.cs#L103), The consequence of this is an unnecessary increase of the...

enhancement

Hi. PostgreSQL - sort tables in export file for compare two files. Currently, this feature is not active in getting the output from the database.