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

Handle AccountNumbers as query keys #706

Merged
merged 2 commits into from
May 13, 2024
Merged

Handle AccountNumbers as query keys #706

merged 2 commits into from
May 13, 2024

Conversation

swatanabe
Copy link
Collaborator

  • Converted to a Custom type in schema
  • A collation sequence that matches the ordering of accounts is applied to columns with the AccountNumber type.
  • Indexes ignore constraints that require collation sequences that do not match the collation sequence of the indexed column.

- Converted to a Custom type in schema
- A collation sequence that matches the ordering of accounts is applied
  to columns with the AccountNumber type.
- Indexes ignore constraints that require collation sequences that do
  not match the collation sequence of the indexed column.
@swatanabe swatanabe requested a review from James-Mart May 13, 2024 13:16
@James-Mart James-Mart added the Dev Experience Related to the experience of developers label May 13, 2024
@swatanabe swatanabe merged commit b7019e3 into main May 13, 2024
4 checks passed
@swatanabe swatanabe deleted the query-account-number branch May 13, 2024 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dev Experience Related to the experience of developers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants