mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-15 20:31:16 +08:00
db0295a9d0
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) |
||
---|---|---|
.. | ||
BooleanExpression.cpp | ||
CMakeLists.txt | ||
CustomQuery.cpp | ||
DateTime.cpp | ||
Function.cpp | ||
Insert.cpp | ||
Interpret.cpp | ||
is_regular.h | ||
Minimalistic.cpp | ||
MockDb.h | ||
Ppgen.cpp | ||
Prepared.cpp | ||
Remove.cpp | ||
Result.cpp | ||
Sample.h | ||
sample.sql | ||
Select.cpp | ||
SelectType.cpp | ||
Union.cpp | ||
Update.cpp | ||
With.cpp |