ERROR: operator is not unique: utils.ulid = utils.ulid in PG 16 #45
Labels
C: operator
Context: Operator
D2: medium
Difficulty: Medium to implement
T: bug
Type: Bug fix
W: confirm
Waiting: Needs confirmation
Z: help wanted
Z: Need help
We have installed the extension in a schema called
utils
:The function
utils.gen_monotonic_ulid()
works fine.If I run the following query in postgresql 16.1:
Same result if we do:
I am getting the following error:
I have checked and I have the = operator defined in the DB for ulid types:
Returns:
We are having that same error I reported when joining tables by ULID ids.
Thank you!
The text was updated successfully, but these errors were encountered: