Skip to content

fix(querystring): preserve empty string values - #3838

Open
sylvesterkaczmarek wants to merge 2 commits into
openai:mainfrom
sylvesterkaczmarek:fix-querystring-empty-values
Open

fix(querystring): preserve empty string values#3838
sylvesterkaczmarek wants to merge 2 commits into
openai:mainfrom
sylvesterkaczmarek:fix-querystring-empty-values

Conversation

@sylvesterkaczmarek

Copy link
Copy Markdown

Summary

  • preserve explicit empty-string query values instead of dropping them
  • keep None query values omitted
  • add scalar, nested, and repeated-array regression coverage

Fixes #3837

Tests

Regression coverage added in tests/test_qs_empty_values.py. The connected development host was unavailable for a local suite run.

@sylvesterkaczmarek
sylvesterkaczmarek requested a review from a team as a code owner September 10, 2026 02:18
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 10, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-10T02:21:40.087103Z 6b4e277 PR opened
🔒 Security Review Completed 2026-09-10T02:22:49.355195Z 6b4e277 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

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.

Querystring drops explicit empty-string scalar values

1 participant