Skip to content

Conversation

@superbstreak
Copy link
Contributor

Currently, the server makes every incoming queries a limit 0 query during server prepare. This is causing some non select queries to fail.

We need to add an additional check to determine if the query is a SELECT query before wrapping it with LIMIT 0.

Currently, the server makes every incoming queries a limit 0 query during server prepare. This is causing some non select queries to fail.

We need to add an additional check to determine if the query is a SELECT query before wrapping it with LIMIT 0.
@superbstreak
Copy link
Contributor Author

Closing PR due to widen scope.

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