Skip to content

Conversation

trueqbit
Copy link
Collaborator

@trueqbit trueqbit commented Jun 8, 2024

This PR corrects the row extractor for named non-aggregate structures, which was introduced in PR #1278.

brace-init-list initialization guarantees order of evaluation, but only for aggregates and variadic constructors it seems. At least this occurred with msvc, which ended up extracting the SQL values in the wrong order.

brace-init-list initialization guarantees order of evaluation, but only for aggregates and variadic constructors it seems.
At least this occurred with msvc, which ended up extracting the SQL values in the wrong order.
@trueqbit trueqbit linked an issue Jun 8, 2024 that may be closed by this pull request
@trueqbit trueqbit requested a review from fnc12 June 8, 2024 21:43
@trueqbit trueqbit merged commit 7358854 into dev Jun 9, 2024
@trueqbit trueqbit deleted the fix-non-aggregate-struct branch June 9, 2024 08:54
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.

Support for returning objects inside columns

2 participants