Files
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
..
2019-10-09 07:25:24 +02:00
2018-06-01 09:53:39 +02:00
2016-03-20 09:13:49 +01:00
2019-04-11 11:30:25 +02:00
2017-06-25 13:01:43 +02:00
2016-04-06 10:16:35 +02:00
2021-07-11 12:47:13 +02:00
2021-07-11 12:47:13 +02:00