Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
biboumi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
98
Issues
98
List
Boards
Labels
Service Desk
Milestones
Merge Requests
12
Merge Requests
12
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
louiz’
biboumi
Commits
8d1d822e
Commit
8d1d822e
authored
Jun 14, 2017
by
louiz’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Explicitely close the Database before re-opening it
parent
9defd0cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/utils/reload.cpp
src/utils/reload.cpp
+1
-0
No files found.
src/utils/reload.cpp
View file @
8d1d822e
...
...
@@ -11,6 +11,7 @@ void open_database()
#ifdef USE_DATABASE
const
auto
db_filename
=
Config
::
get
(
"db_name"
,
xdg_data_path
(
"biboumi.sqlite"
));
log_info
(
"Opening database: "
,
db_filename
);
Database
::
close
();
Database
::
open
(
db_filename
);
log_info
(
"database successfully opened."
);
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment