Skip to content

Tags: b-xiang/sqlpp11

Tags

0.34

Toggle 0.34's commit message
Added schema qualified tables 

0.33

Toggle 0.33's commit message
Cleaned up warnings and ambiguities detected by gcc-5.0 

0.32

Toggle 0.32's commit message
Fixed tvin issues 

0.31

Toggle 0.31's commit message
Fixed return types for custom queries 

0.30

Toggle 0.30's commit message
Misc: - Massive reduction of template error code	- Increased warning level Functionality - Added custom query - Added preprocessor generator for columns/tables (niXman) - Added UNION - Added WITH Compatibility: - clang-3.1 crashes	- clang-3.3+ is fine

0.29

Toggle 0.29's commit message
Bug fix release Thanks to Thomas Marsh for finding the extra braces when serializing in()

0.28

Toggle 0.28's commit message
CppCon-Release: - fixed bugs found during preparation for the talk - added examples for the talk - aggregator functions cannot be used in where() anymore (thanks to Arthur O'Dwyer for finding that in the open content session) - fixed serialization of dynamic query elements (the separator was missing, thanks to Paul Körbitz for finding that) - several minor cleanups

0.27

Toggle 0.27's commit message
Integrated with Travis CI 

0.26

Toggle 0.26's commit message
Maintenance release Several small fixes.

0.25

Toggle 0.25's commit message
Fixes for gcc-4.8 under cygwin 64bit eval commodity function for sending commands to the database and getting the return value back Added alias method to wrapped values so that you can select constant values