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

feat(citext): support postgres citext #2478

Merged
merged 7 commits into from
Oct 12, 2023

Commits on May 14, 2023

  1. Configuration menu
    Copy the full SHA
    133c251 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc13ac1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e69d813 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    032e6c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. chore: address nits to launchbadge#2478

    * Rename `PgCitext` to `PgCiText`
    * Document when use of `PgCiText` is warranted
    * Document potentially surprising `PartialEq` behavior
    * Test that the macros consider `CITEXT` to be compatible with `String` and friends
    abonander committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    eb4f1bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d67133 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42867d7 View commit details
    Browse the repository at this point in the history