pksunkara / pgx_ulid

Postgres extension for ulid
MIT License
346 stars 21 forks source link

test: add test cases for joins #15

Closed jmcdo29 closed 1 year ago

jmcdo29 commented 1 year ago

Adds test cases for simple foreign keys, many to many tables, and joins between tables. This tests the functionality of the commutator and hash functions for the ulid type in postgres.

ref: #13

pksunkara commented 1 year ago

Superseded by #16