Closed rubik closed 3 years ago
You could rewrite it as:
b.push(row! {
"meta.key" => ev.key_name,
});
@suharev7 Splendid, it works properly. I didn't understand from the macro code that it was an option; I have limited experience with macros. Should an example be added to the documentation, what do you think? I can open a PR for that.
That would be great if you make a PR with an example.
@suharev7 Done! #142
First of all thank you so much for this library, it's extremely useful.
I came across the problem of inserting values for a column that has a dot in its name. This happens naturally with Nested fields. E.g.
throws the following errors upon compilation:
I also tried wrapping the column name in double quotes, to no avail.
Can the macro be updated to allow such names?