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
In situations like adding new entries for Geo, where the ID is already set, we will get exception from FF. To override this situation, we should add a flag before adding that type of entry. Also, re count needs to happen as counter stores last inserted ID.
######## Issue imported from Gitea ########
Details
Gitea Issue ID : 591
State : open
Created : 2024-06-17T14:38:45+10:00
Issue Description
In situations like adding new entries for Geo, where the ID is already set, we will get exception from FF. To override this situation, we should add a flag before adding that type of entry. Also, re count needs to happen as counter stores last inserted ID.
In situations like adding new entries for Geo, where the ID is already set, we will get exception from FF. To override this situation, we should add a flag before adding that type of entry. Also, re count needs to happen as counter stores last inserted ID.
######## Issue imported from Gitea ########
Details
Gitea Issue ID : 591
State : open
Created : 2024-06-17T14:38:45+10:00
Issue Description
In situations like adding new entries for Geo, where the ID is already set, we will get exception from FF. To override this situation, we should add a flag before adding that type of entry. Also, re count needs to happen as counter stores last inserted ID.
Timeline
Milestone : Added 0.0.0-rc.5 on 2024-06-17T14:38:45+10:00.
Label : Added enhancement on 2024-06-17T14:38:45+10:00.
Label : Added P3 on 2024-06-17T14:38:45+10:00.
Commit Reference: !591 - The updateOrInsert method already allows that. Added a new property to Basepackage ffAddUsingUpdateOrInsert. When property is set to true, the add method will trigger updateOrInsert, else will trigger Insert.
Label : Added CanClose on 2024-06-19T17:43:39+10:00.
The text was updated successfully, but these errors were encountered: