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

Not all DB queries handle the deleted != NULL situations #92

Closed
nimrod-becker opened this issue Mar 18, 2015 · 2 comments
Closed

Not all DB queries handle the deleted != NULL situations #92

nimrod-becker opened this issue Mar 18, 2015 · 2 comments
Assignees
Labels
Severity 2 Product is usable but severely limited. Task is unable to operate or caused other sw to fail Stability Type:Bug

Comments

@nimrod-becker
Copy link
Contributor

Currently our DB objects are not really deleted, merely marked as deleted.
In several of our queries we don't verify if the objects we received are marked as deleted (or don't filter non deleted).

We should fix this flows as they will cause us to crash.

@nimrod-becker
Copy link
Contributor Author

Object_Mapper flows were fixed with pull #93

@tamireran tamireran added Severity 2 Product is usable but severely limited. Task is unable to operate or caused other sw to fail Priority Low labels Mar 23, 2015
@nimrod-becker
Copy link
Contributor Author

Fixed by refactoring with the system store code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Severity 2 Product is usable but severely limited. Task is unable to operate or caused other sw to fail Stability Type:Bug
Projects
None yet
Development

No branches or pull requests

2 participants