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

Fix a bug with uuid's that have integer-values #149

Merged
merged 2 commits into from
Jan 30, 2025

Conversation

rjzondervan
Copy link
Contributor

If an object has an uuid that has an integer value (intval) that is also present in the database as the id of an object, find will find both the object on the intval and on the uuid (ie, for an uuid that has intval 7, it will try to return both the object on the uuid, and the object with id 7).

@rjzondervan rjzondervan merged commit b55dd9a into development Jan 30, 2025
2 checks passed
@rjzondervan rjzondervan deleted the feature/CONNECTOR-207/intval-bug branch January 30, 2025 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants