phpClickHouse icon indicating copy to clipboard operation
phpClickHouse copied to clipboard

Insert

Open FlaviuRadulescu opened this issue 2 years ago • 1 comments

Hi, I see in the code that there are some standard quotes/encoding configuration.

The problem I have is when I do an insert with a json it becomes {"time": 123} instead of {"time": 123}

the method quoteValue has an option of skippingEncoding, but this $skipEncode is not propagated to the $db->insert method.

quoteValue($row,bool $skipEncode=false)

is there a way in which I can configure something so that my data is not escaped?

FlaviuRadulescu avatar Aug 24 '22 14:08 FlaviuRadulescu

Please Ignore/delete it. Was my fault

FlaviuRadulescu avatar Aug 24 '22 14:08 FlaviuRadulescu