0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 04:47:18 +08:00
sqlpp11/test_constraints
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
..
CMakeLists.txt Bug #14: Completed quoting for parameters of some CMake commands 2014-09-01 19:17:03 +02:00
must_not_insert.cpp Added tests for insert constraints 2014-08-16 18:47:06 +02:00
must_not_update.cpp Added missing file 2014-08-22 22:18:04 +02:00
no_conversion_operator_if_null_not_trivial.cpp Added a first experimental fail test 2014-08-08 07:57:08 +02:00
require_insert.cpp Added tests for insert constraints 2014-08-16 18:47:06 +02:00