Skip to content

Fail fast when trying to build a List with a negative index. #2321

Open
schauder wants to merge 2 commits into
mainfrom
issue/2320
Open

Fail fast when trying to build a List with a negative index. #2321
schauder wants to merge 2 commits into
mainfrom
issue/2320

Conversation

@schauder

Copy link
Copy Markdown
Contributor

Closes #2320

@schauder schauder requested a review from mp911de June 24, 2026 07:00
@schauder

Copy link
Copy Markdown
Contributor Author

Let me take care of the failing tests.

This uncovered an inconsistency where lists as selected by single query loading where 1 based where normal lists are 0 based.
Fixing this makes up most of the change.

Also fixes a bug in one of the integration test sql scripts that surfaced.

Closes #2320
@schauder

Copy link
Copy Markdown
Contributor Author

This got a little more involved than expected. @mp911de please have a look.

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.

Fail fast on List deserialization

2 participants