mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-06 05:00:37 -06:00
Allow parameter in having clause, see #443
Disallow mixing aggregate and non-aggregate columns in select, too.
This commit is contained in:
@@ -35,8 +35,6 @@
|
||||
#include "TabFoo.h"
|
||||
#include "make_test_connection.h"
|
||||
|
||||
SQLPP_ALIAS_PROVIDER(returnVal)
|
||||
|
||||
namespace sql = sqlpp::postgresql;
|
||||
int Exceptions(int, char*[])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user