Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
381aca0b
Commit
381aca0b
authored
Jan 14, 2014
by
Mukund Sivaraman
Browse files
Merge branch 'trac1444'
parents
d45c447d
11a9a5e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/sqlite3_accessor.cc
View file @
381aca0b
...
...
@@ -566,7 +566,8 @@ SQLite3Accessor::open(const std::string& name) {
}
SQLite3Accessor
::~
SQLite3Accessor
()
{
LOG_DEBUG
(
logger
,
DBG_TRACE_BASIC
,
DATASRC_SQLITE_DROPCONN
);
LOG_DEBUG
(
logger
,
DBG_TRACE_BASIC
,
DATASRC_SQLITE_DROPCONN
)
.
arg
(
database_name_
);
if
(
dbparameters_
->
db_
!=
NULL
)
{
close
();
}
...
...
src/lib/datasrc/sqlite3_datasrc_messages.mes
View file @
381aca0b
...
...
@@ -42,8 +42,9 @@ Debug information. An instance of SQLite data source is being created.
% DATASRC_SQLITE_DESTROY SQLite data source destroyed
Debug information. An instance of SQLite data source is being destroyed.
% DATASRC_SQLITE_DROPCONN SQLite3Database is being deinitialized
The object around a database connection is being destroyed.
% DATASRC_SQLITE_DROPCONN SQLite3 database '%1' is being closed
The object around a database connection is being destroyed. If the
SQLite3 database file was open, it will be closed now.
% DATASRC_SQLITE_ENCLOSURE looking for zone containing '%1'
Debug information. The SQLite data source is trying to identify which zone
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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