mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-15 20:31:16 +08:00
abf4bb8e9a
The serializer has partial specializations for all templates. It is a good basis if the connector/database requires strings close to the standard. The interpreter is unspecialized (and uses a static assert to say so). It is a good basis if the connector/database requires a different interpretation, e.g. re-writing the expression tree. The interpretable_t implements three methods for interpretation: serializing with the sqlpp::serializer_context, serializing with the database's serialization context and interpretation with the database's interpretation context. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
FunctionTest.cpp | ||
InsertTest.cpp | ||
InterpretTest.cpp | ||
is_regular.h | ||
MockDb.h | ||
PreparedTest.cpp | ||
RemoveTest.cpp | ||
sample.sql | ||
SelectTest.cpp | ||
UpdateTest.cpp |