提交 1d9946ff 编写于 作者: X Xu Peng

feat(db): change sqlite_orm header dependency


Former-commit-id: d682b364b1b27a2af27f0246460bb9bbb6370fd0
上级 a21ad0b7
......@@ -5,7 +5,7 @@
#include <boost/filesystem.hpp>
#include <chrono>
#include <fstream>
#include <sqlite_orm/sqlite_orm.h>
#include <sqlite_orm.h>
#include <easylogging++.h>
#include "DBMetaImpl.h"
#include "IDGenerator.h"
......@@ -88,6 +88,7 @@ Status DBMetaImpl::initialize() {
ConnectorPtr->sync_schema();
ConnectorPtr->open_forever(); // thread safe option
ConnectorPtr->pragma.journal_mode(journal_mode::WAL); // WAL => write ahead log
cleanup();
......
......@@ -9,7 +9,7 @@
#include <string>
#include <memory>
#include <sqlite_orm/sqlite_orm.h>
#include <sqlite_orm.h>
namespace zilliz {
......@@ -62,7 +62,3 @@ class Connection {
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册