Open carterbush opened 2 months ago
Encountered an issue where update() and findUnique() were misbehaving when the underlying compound id wasn't explicitly given a name.
update()
findUnique()
This PR adds a test for this case and includes the fix for it.
Encountered an issue where
update()
andfindUnique()
were misbehaving when the underlying compound id wasn't explicitly given a name.This PR adds a test for this case and includes the fix for it.