Skip to content

fix(http): update error message for unsupported queries#3989

Open
donhardman wants to merge 1 commit intomasterfrom
fix/error-message
Open

fix(http): update error message for unsupported queries#3989
donhardman wants to merge 1 commit intomasterfrom
fix/error-message

Conversation

@donhardman
Copy link
Copy Markdown
Member

@donhardman donhardman commented Nov 27, 2025

The error "only SELECT statements are supported" is a bit confusing and does not recognize sysvar SELECTs but still does not support them. So the idea is to improve the message to make it clear.

@sanikolaev
Copy link
Copy Markdown
Collaborator

@donhardman Since we're changing the error message and some clients might depend on it, we should treat this as a breaking change. When you squash the commits, please make sure the message clearly states that it's a breaking change.
Otherwise since all the tests pass, this looks good to me.

@sanikolaev sanikolaev modified the milestone: with-data Nov 27, 2025
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.

2 participants