mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-15 20:31:16 +08:00
Fix typo
This commit is contained in:
parent
a55d986def
commit
9d395c2bc6
@ -187,7 +187,7 @@ int Select(int, char* [])
|
|||||||
auto transaction = start_transaction(db, sqlpp::isolation_level::read_committed);
|
auto transaction = start_transaction(db, sqlpp::isolation_level::read_committed);
|
||||||
if (db._mock_data._last_isolation_level != sqlpp::isolation_level::read_committed)
|
if (db._mock_data._last_isolation_level != sqlpp::isolation_level::read_committed)
|
||||||
{
|
{
|
||||||
std::cout << "Error: transaction isolation level does not match expacted level" << std::endl;
|
std::cout << "Error: transaction isolation level does not match expected level" << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user