Allow parameter in having clause, see #443

Disallow mixing aggregate and non-aggregate columns in select, too.
This commit is contained in:
Roland Bock
2022-05-22 13:50:53 +02:00
parent 1e7f4b98c7
commit f5be4095ae
19 changed files with 99 additions and 31 deletions

View File

@@ -35,8 +35,6 @@
#include "TabFoo.h"
#include "make_test_connection.h"
SQLPP_ALIAS_PROVIDER(returnVal)
namespace sql = sqlpp::postgresql;
int Exceptions(int, char*[])
{