0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00
sqlpp11/test_serializer
Roland Bock db0295a9d0 Remove tvin
This was a special feature for a project I was working on long ago.
It provided implicit behavior for trivial value (0 or "") which were
supposed to be interpreted as NULL.
They led to `operator==` potentially being serialized as 'IS NULL'.

It makes more sense to introduce explicit helpers, e.g.

 - equal_or_is_null(col, optional)
 - not_equal_or_is_not_null(col, optional)
2021-07-11 12:47:13 +02:00
..
As.cpp Fix missing space for operator- 2019-10-09 07:25:24 +02:00
Blob.cpp Formatting... 2018-06-01 09:53:39 +02:00
CMakeLists.txt Add support for parameterized_verbatim (#341) 2020-06-23 09:07:38 +02:00
compare.h Added serialize tests for in() 2016-03-20 09:13:49 +01:00
CustomQuery.cpp Allow INSERT INTO from SELECT 2019-04-11 11:30:25 +02:00
DynamicWhere.cpp Fix serialization of empty dynamic_where 2019-08-20 10:31:54 +02:00
ForUpdate.cpp Fixed some clang warnings 2017-06-25 13:01:43 +02:00
From.cpp Added missing .unconditionally() member functions for joins 2016-09-13 21:37:53 +02:00
In.cpp Intermediate state 2016-04-06 10:16:35 +02:00
Insert.cpp Remove tvin 2021-07-11 12:47:13 +02:00
Over.cpp Minimal over() implementation for aggregate functions (#316) 2020-02-15 07:54:22 +01:00
ParameterizedVerbatim.cpp Remove extra ; (#358) 2021-05-09 09:30:38 +02:00
TableAlias.cpp Fix braces around sub-selects used as tables 2016-09-13 21:08:01 +02:00
Where.cpp Remove tvin 2021-07-11 12:47:13 +02:00