mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-02 03:00:38 -06:00
Fixed a bunch of missing initializations
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
int BooleanExpression(int, char**)
|
||||
{
|
||||
MockDb db = {};
|
||||
test::TabBar t;
|
||||
const auto t = test::TabBar{};
|
||||
|
||||
auto x = boolean_expression(db, not(t.alpha == 7));
|
||||
x = sqlpp::boolean_expression<MockDb>(t.beta.like("%cheesecake"));
|
||||
|
||||
Reference in New Issue
Block a user