0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00
sqlpp11/tests
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
..
BooleanExpression.cpp Add boolean expression test 2018-12-07 09:42:43 +01:00
CMakeLists.txt Added string_view tests and C++17 tests for travis 2019-02-02 11:00:59 +01:00
CustomQuery.cpp Add custom query insert example 2019-01-23 15:34:47 +01:00
DateTime.cpp Added an example for reading time point values 2019-04-18 09:02:16 +02:00
Function.cpp Remove tvin 2021-07-11 12:47:13 +02:00
Insert.cpp Remove tvin 2021-07-11 12:47:13 +02:00
Interpret.cpp Remove tvin 2021-07-11 12:47:13 +02:00
is_regular.h Turned off is_regular for msvc 2015-12-28 10:39:53 +01:00
Minimalistic.cpp Use clang-format to explicitly mark unused parameters 2017-09-10 14:58:51 +02:00
MockDb.h Remove null_is_trivial_value 2020-09-29 08:42:37 +02:00
Ppgen.cpp Formatting... 2018-06-01 09:53:39 +02:00
Prepared.cpp Remove tvin 2021-07-11 12:47:13 +02:00
Remove.cpp Use using in remove test 2017-11-06 21:36:52 +01:00
Result.cpp Remove null_is_trivial_value 2020-09-29 08:42:37 +02:00
Sample.h Adjust sample.sql and ddl2cpp to match Sample.h 2019-10-05 10:20:15 +02:00
sample.sql Adjust sample.sql and ddl2cpp to match Sample.h 2019-10-05 10:20:15 +02:00
Select.cpp Remove tvin 2021-07-11 12:47:13 +02:00
SelectType.cpp Fix expressions for unsigned integral as suggested by @fraillt 2019-08-20 18:32:16 +02:00
Union.cpp Added a few more UNION tests 2016-11-01 18:38:09 +01:00
Update.cpp Fix serialization of empty dynamic_where 2019-08-20 10:31:54 +02:00
With.cpp Fix joins with CTEs 2019-05-25 14:04:44 +02:00