You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we are creating a Document 1 with a Tag A and create a Document 2 also with a Tag A and the Tag A did not exist the TagFactory currently will create for Document 1 and Document 2 a new Tag aslong as between no "flush" of the entityManager was called and will error in a UniqueConstraint.
This can be fixed by #175 or a low version of it by just cache newly created tags and check for newly tags in the TagFactory:
When we are creating a Document 1 with a Tag
A
and create a Document 2 also with a TagA
and the TagA
did not exist the TagFactory currently will create for Document 1 and Document 2 a new Tag aslong as between no "flush" of the entityManager was called and will error in a UniqueConstraint.This can be fixed by #175 or a low version of it by just cache newly created tags and check for newly tags in the TagFactory:
The text was updated successfully, but these errors were encountered: