0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00
sqlpp11/tests
rbock abf4bb8e9a Added serializer to interpreter
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.
2014-02-18 17:45:08 +01:00
..
CMakeLists.txt Fixed a bunch of small errors and shorted compile error messages 2014-02-13 08:44:09 +01:00
FunctionTest.cpp Added python code generator as an example 2014-01-28 20:53:22 +01:00
InsertTest.cpp Added serializer to interpreter 2014-02-18 17:45:08 +01:00
InterpretTest.cpp Added serializer to interpreter 2014-02-18 17:45:08 +01:00
is_regular.h Added verbatim table 2013-11-16 23:19:37 +01:00
MockDb.h Added serializer to interpreter 2014-02-18 17:45:08 +01:00
PreparedTest.cpp Added python code generator as an example 2014-01-28 20:53:22 +01:00
RemoveTest.cpp Added serializer to interpreter 2014-02-18 17:45:08 +01:00
sample.sql Fixed a bunch of small errors and shorted compile error messages 2014-02-13 08:44:09 +01:00
SelectTest.cpp Added serializer to interpreter 2014-02-18 17:45:08 +01:00
UpdateTest.cpp Added serializer to interpreter 2014-02-18 17:45:08 +01:00