Use soci in more places:

* Validator, peerfinder, SHAMapStore,
  RpcDB, TxnDB, LedgerDB, WalletDB use soci backend.
This commit is contained in:
seelabs
2015-01-22 15:04:30 -08:00
committed by Vinnie Falco
parent d37802a42f
commit 97623d20c5
32 changed files with 1474 additions and 1122 deletions

View File

@@ -38,9 +38,8 @@ StoreSqdb::~StoreSqdb ()
void
StoreSqdb::open (SociConfig const& sociConfig)
{
sociConfig.open (m_session);
m_journal.info << "Opening " << sociConfig.connectionString ();
sociConfig.open (m_session);
}
}