-
I'm trying to copy data from a struct with more than 12 fields but I am getting a build error when creating the CopyFromQuery. The following code produces an error when the 13th field is present but when it's commented it out, the code compiles.
I would assume that with the default 32-column-table feature enabled, I would be able to insert a struct with as many as 32 fields. Is this 12 field limit expected behavior? |
Beta Was this translation helpful? Give feedback.
Answered by
weiznich
Feb 14, 2025
Replies: 1 comment
-
Thanks for reporting. This limit is not expected behavior. I've filled #4486 to fix that. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
emnijac
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for reporting. This limit is not expected behavior. I've filled #4486 to fix that.