0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00
sqlpp11/tests
Markus Elfring c227d46cf4 Bug #14: Completed quoting for parameters of some CMake commands
A wiki article pointed out that whitespace will only be preserved for parameters
in CMake commands if passed strings will be appropriately quoted or escaped.
http://cmake.org/Wiki/CMake/Language_Syntax#CMake_splits_arguments_unless_you_use_quotation_marks_or_escapes.

Quoting was added so that more places should also handle file names correctly
which contain space characters or semicolons eventually.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
2014-09-01 19:17:03 +02:00
..
BooleanExpressionTest.cpp Made boolean expression more usable 2014-08-12 18:48:50 +02:00
CMakeLists.txt Bug #14: Completed quoting for parameters of some CMake commands 2014-09-01 19:17:03 +02:00
FunctionTest.cpp Added value_or_null method/type 2014-08-01 18:21:23 +02:00
InsertTest.cpp Added static_assert for required_columns in insert 2014-08-15 17:56:13 +02:00
InterpretTest.cpp Made boolean expression more usable 2014-08-12 18:48:50 +02:00
is_regular.h Updates copyright year 2014-03-27 16:43:36 +01:00
Minimalistic.cpp Added a minimalistic test for including sqlpp11.h 2014-06-22 16:09:19 +02:00
MockDb.h Fixed operators += et al 2014-08-22 12:26:48 +02:00
PreparedTest.cpp Added tvin arguments for parameters 2014-08-12 22:00:59 +02:00
RemoveTest.cpp Fixed most of the compiler warnings about unused variables in test programs 2014-06-28 21:05:16 +02:00
ResultTest.cpp Added static_assert for required_columns in insert 2014-08-15 17:56:13 +02:00
Sample.h Use _traits in column specs 2014-07-23 18:06:33 +02:00
sample.sql Updates copyright year 2014-03-27 16:43:36 +01:00
SelectTest.cpp Added alias operators to wrapped value operands 2014-08-18 21:10:58 +02:00
SelectTypeTest.cpp Fixed bug in field index calculation for multi_fields 2014-08-09 20:46:40 +02:00
UpdateTest.cpp Fixed operators += et al 2014-08-22 12:26:48 +02:00