Skip to content

refactor: do not fail Rust deserialization when search_path is empty - #652

Open
imor wants to merge 1 commit into
masterfrom
rs/fix-context-deserialization-on-empty-search-path
Open

refactor: do not fail Rust deserialization when search_path is empty#652
imor wants to merge 1 commit into
masterfrom
rs/fix-context-deserialization-on-empty-search-path

Conversation

@imor

@imor imor commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

When search_path was empty the context returned a null value, which Rust failed to parse as a Vec. Now we return an empty array if search_path is empty.

When search_path was empty the context returned a null value, which Rust failed
to parse as a Vec. Now we return an empty array if search_path is empty.
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.

1 participant