mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-15 20:31:16 +08:00
Merge tag '0.43' into develop
- Fixed serialization of sub-selects as tables. - Added missing unconditionally() member function for joins. - Replaced `!=` with the standard `<>`
This commit is contained in:
commit
873beccc15
@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2013-2016, Roland Bock
|
||||
* Copyright (c) 2016, Aaron Bishop
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification,
|
||||
@ -38,6 +39,7 @@
|
||||
#include <sqlpp11/is_null_fwd.h>
|
||||
#include <sqlpp11/wrap_operand.h>
|
||||
#include <sqlpp11/logic.h>
|
||||
#include <sqlpp11/expression_return_types.h>
|
||||
|
||||
namespace sqlpp
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user