BIND 10 trac1061, updated. 885d7987eefb0b8b694626b0831ed93123fb8d8d [trac1061] fix name for in-memory sqlite db
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Aug 5 13:06:50 UTC 2011
The branch, trac1061 has been updated
via 885d7987eefb0b8b694626b0831ed93123fb8d8d (commit)
from fea1f88cd0bb5bdeefc6048b122da4328635163d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 885d7987eefb0b8b694626b0831ed93123fb8d8d
Author: Jelte Jansen <jelte at isc.org>
Date: Fri Aug 5 15:06:29 2011 +0200
[trac1061] fix name for in-memory sqlite db
-----------------------------------------------------------------------
Summary of changes:
.../datasrc/tests/sqlite3_connection_unittest.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/tests/sqlite3_connection_unittest.cc b/src/lib/datasrc/tests/sqlite3_connection_unittest.cc
index 6d2a945..1bdbe90 100644
--- a/src/lib/datasrc/tests/sqlite3_connection_unittest.cc
+++ b/src/lib/datasrc/tests/sqlite3_connection_unittest.cc
@@ -31,7 +31,7 @@ std::string SQLITE_DBFILE_EXAMPLE = TEST_DATA_DIR "/test.sqlite3";
std::string SQLITE_DBFILE_EXAMPLE2 = TEST_DATA_DIR "/example2.com.sqlite3";
std::string SQLITE_DBFILE_EXAMPLE_ROOT = TEST_DATA_DIR "/test-root.sqlite3";
std::string SQLITE_DBFILE_BROKENDB = TEST_DATA_DIR "/brokendb.sqlite3";
-std::string SQLITE_DBFILE_MEMORY = "memory";
+std::string SQLITE_DBFILE_MEMORY = ":memory:";
// The following file must be non existent and must be non"creatable";
// the sqlite3 library will try to create a new DB file if it doesn't exist,
More information about the bind10-changes
mailing list