feat: allow inserting Map using singlequoted JSON#123
feat: allow inserting Map using singlequoted JSON#123mtrimolet wants to merge 8 commits intoTimonKK:masterfrom
Conversation
|
Able to you add some test for null insert? |
|
It seems the Query : As for the other way around, yes I can add this in the tests if you confirm that it's what you intended. Query : |
|
There's a point to be made about nested From Map(key, value) | ClickHouse Docs :
|
|
Any updates on this? Is there a solution that I can use for now? |
Actually it seems to work just fine. |
|
Yep, I'm using a fork of your PR at the moment. I would appreciate it if this gets merged so I can switch over. |
Inserting a value for a
Mapfield can be done using a key-value format which is a kind of singlequoted JSON (see Map(key, value) | ClickHouse Docs.This is a proposal to use this feature from CH, enabling insertion for
Mapfields.