Skip to content

Commit

Permalink
feat(citext): support postgres citext (#2478)
Browse files Browse the repository at this point in the history
* feat(citext): implement citext for postgres

* feat(citext): add citext -> String conversion test

* feat(citext): fix ltree -> citree

* feat(citext): add citext to the setup.sql

* chore: address nits to #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

* doc: add `PgCiText` to `postgres::types` listing

* chore: restore missing trailing line break to `tests/postgres/setup.sql`

---------

Co-authored-by: Austin Bonander <[email protected]>
  • Loading branch information
hgranthorner and abonander authored Oct 12, 2023
1 parent 56945d7 commit 540baf7
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 540baf7

Please sign in to comment.