Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix boolean array type introspection #259

Merged
merged 3 commits into from
Jul 15, 2024

Conversation

slvrtrn
Copy link
Collaborator

@slvrtrn slvrtrn commented Jul 12, 2024

Summary

Resolves #257

The removed bit was entirely wrong, and now it is simplified.
The test namespaces were organized a bit, so the code is not included multiple times (it could lead to executing each test several times within the full MB test suite).

Checklist

  • Unit and integration tests covering the common scenarios were added
  • A human-readable description of the changes was provided to include in CHANGELOG

@slvrtrn slvrtrn merged commit 0f9505b into master Jul 15, 2024
2 checks passed
@slvrtrn slvrtrn deleted the fix-boolean-array-type-introspection branch July 15, 2024 15:46
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.

Arrays make select 30 times slower
1 participant