Skip to content

Fix support for struct in query results by disabling fast column setters#1266

Open
gilzoide wants to merge 1 commit intopraeclarum:masterfrom
gilzoide:bugfix/query-result-struct
Open

Fix support for struct in query results by disabling fast column setters#1266
gilzoide wants to merge 1 commit intopraeclarum:masterfrom
gilzoide:bugfix/query-result-struct

Conversation

@gilzoide
Copy link

Using struct types as query return raises ArgumentException on FastColumnSetter code because property setter delegates for structs should use ref ObjectType for its first parameter (#1075). This PR disables the usage of fast column setters for value types, fixing support for queries with struct returns.

@jamesryanbell
Copy link

Hi @praeclarum, do you know if this will be merged in to the codebase please?

@WilliamLAS
Copy link

Bump, this should be merged.

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

Successfully merging this pull request may close these issues.

4 participants