Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to write Map type? #73

Open
rogeralsing opened this issue Feb 25, 2023 · 0 comments
Open

How to write Map type? #73

rogeralsing opened this issue Feb 25, 2023 · 0 comments
Assignees

Comments

@rogeralsing
Copy link

I've tried to write to a Map(String,String) field using both tuple arrays and arrays of keyvalue pairs. which I believe is what the docs are saying here should be supported:

Skärmavbild 2023-02-25 kl  21 07 56

In both cases I get:

Parameter "tag_map". The type "System.Tuple`2[System.String,System.String][]" is not supported. See the inner exception for details.

Parameter "tag_map". The type "System.Collections.Generic.List`1[System.Collections.Generic.KeyValuePair`2[System.String,System.String]]" is not supported. See the inner exception for details

I see nothing in the ClickHouseTypeInfoProvider.GetTypeFromValue method that seem to cover this.

Am I doing something wrong here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants