-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add MergedMigrationPath to aos_iamanager.cfg #92
Conversation
dfd6235
to
46df98e
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #92 +/- ##
===========================================
- Coverage 87.61% 85.51% -2.10%
===========================================
Files 43 49 +6
Lines 3092 5205 +2113
Branches 225 419 +194
===========================================
+ Hits 2709 4451 +1742
- Misses 383 754 +371 ☔ View full report in Codecov by Sentry. |
934e2a0
to
eba5d30
Compare
Signed-off-by: Mykola Kobets <mykola_kobets@epam.com>
Signed-off-by: Mykola Kobets <mykola_kobets@epam.com>
Signed-off-by: Mykola Kobets <mykola_kobets@epam.com>
eba5d30
to
115f208
Compare
src/database/database.cpp
Outdated
@@ -38,7 +38,8 @@ Database::Database() | |||
Poco::Data::SQLite::Connector::registerConnector(); | |||
} | |||
|
|||
aos::Error Database::Init(const std::string& dbPath, const std::string& migrationPath) | |||
aos::Error Database::Init( |
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.
Can we pass config reference instead?
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.
There is no entry in the config for dbPath:
App class uses dbPath Poco::Path(config.mValue.mWorkingDir, cDBFileName).toString(),
Signed-off-by: Mykola Kobets <mykola_kobets@epam.com>
fab7b32
to
6f03d68
Compare
No description provided.