-
Notifications
You must be signed in to change notification settings - Fork 5
cm: database: persist version in launcher::InstanceInfo #136
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
base: feature_unification
Are you sure you want to change the base?
cm: database: persist version in launcher::InstanceInfo #136
Conversation
Signed-off-by: Mykola Kobets <mykola_kobets@epam.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## feature_unification #136 +/- ##
======================================================
Coverage ? 82.19%
======================================================
Files ? 300
Lines ? 28031
Branches ? 2986
======================================================
Hits ? 23039
Misses ? 4992
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
| *mSession << "INSERT INTO launcher_instances (itemID, subjectID, instance, type, manifestDigest, " | ||
| "nodeID, prevNodeID, runtimeID, uid, gid, timestamp, state, isUnitSubject) " | ||
| "VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?);", | ||
| "nodeID, prevNodeID, runtimeID, uid, gid, timestamp, state, isUnitSubject, version) " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about ownerID and subjectType? Are they stored in db?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, should add to InstanceInfo
MykolaSuperman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed-by: Mykola Solianko <mykola_solianko@epam.com>


No description provided.