0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 04:47:18 +08:00

Commit Graph

  • fc076464e1 Removed multi-argument option for having rbock 2016-03-15 09:07:30 +0100
  • 84d281ebb9 Merge branch 'feature/fix_left_and_right_outer_join' into develop rbock 2016-03-15 08:10:34 +0100
  • fe0323bf5d Adjusted ddl2cpp to work with pyparsing-2.10 rbock 2016-03-15 08:08:13 +0100
  • 3815dcadfa Removed obsolete file rbock 2016-03-15 08:07:24 +0100
  • f753697584 Fixed outer-tables for joins, added tests rbock 2016-03-11 09:25:36 +0100
  • 254b9fe2dc Merge branch 'feature/prevent_unconditional_join_and_naked_bool_in_where_or_boolean_expressions' into develop rbock 2016-03-10 17:14:35 +0100
  • 93b06b4187 Added more serializer tests for where() rbock 2016-03-10 09:28:59 +0100
  • c4eec85bc9 Added serializer tests for where() rbock 2016-03-09 21:27:30 +0100
  • 22d10269d0 Fixed narrowing warning/error rbock 2016-03-09 21:26:51 +0100
  • 2122ee6275 Added serialize tests for in() rbock 2016-03-09 21:01:22 +0100
  • f6ce653302 Added several serialization tests for from() and joins rbock 2016-03-06 16:59:21 +0100
  • 1060996df4 Added "real" cross join rbock 2016-03-06 10:36:42 +0100
  • 2cbdd87dac Added tests for dynamic joins rbock 2016-03-05 22:27:11 +0100
  • b902acdb2a Update LICENSE Roland Bock 2016-03-05 20:14:35 +0100
  • e5931aa4eb Added portable static asserts for (dynamic) join.on() rbock 2016-03-05 19:32:27 +0100
  • 171aaa1fc8 Update README.md Roland Bock 2016-03-05 19:28:48 +0100
  • 1bcc0ac4c2 Update README.md Roland Bock 2016-03-05 18:46:52 +0100
  • e26c644795 Update LICENSE Roland Bock 2016-03-05 18:46:41 +0100
  • 5c7d588450 Added portable static asserts for joins and first static tests rbock 2016-03-04 21:07:42 +0100
  • 57d6d3c992 Introduced dynamic_cross_join (simplifying dynamic_join) rbock 2016-02-28 12:31:09 +0100
  • 3461918d88 Made from() testable with portable static asserts, added tests rbock 2016-02-28 12:07:56 +0100
  • d7a29fac97 Cleaning up static asserts for .where(true) rbock 2016-02-27 19:31:02 +0100
  • 425e75219c Removed where(true). rbock 2016-02-26 22:28:11 +0100
  • 9b611135ff Disallow unconditional join (ifdef to get it back) rbock 2016-02-26 20:00:34 +0100
  • ac2bc0495e Prevent unconditional joins, and naked bool in where() or boolean expressions rbock 2016-02-25 07:57:28 +0100
  • d59b34e39c Moved serialize code to dynamic_select_column_list.h rbock 2016-01-24 15:39:51 +0100
  • e3022a6887 Fixed constructor of result_row. rbock 2016-01-23 22:04:55 +0100
  • d3debe4229 Fixed constructor of result_row. rbock 2016-01-23 22:04:55 +0100
  • 618a84e7a5 Fixed error in CMakeLists.txt Christian Dávid 2016-01-10 12:25:04 +0100
  • bc935dbae8 Added cmake package config file Christian Dávid 2016-01-09 18:55:45 +0100
  • f4ad35b5b6 Merge tag '0.35' into develop rbock 2015-12-29 11:06:55 +0100
  • 6dcdc419c1 Merge branch 'release/0.35' 0.35 rbock 2015-12-29 11:03:17 +0100
  • 4d50592ac1 Update README.md Roland Bock 2015-12-29 10:27:40 +0100
  • 9abb0f0ba2 Update README.md Roland Bock 2015-12-29 10:26:46 +0100
  • 0bb81ac150 Merge branch 'feature/appveyor' into develop rbock 2015-12-28 19:19:14 +0100
  • 5912752a68 Fixed test for missing conversion operator rbock 2015-12-28 18:36:06 +0100
  • cda1249b69 See what MSVC says in case of an invalid conversion rbock 2015-12-28 18:24:59 +0100
  • 0a77c73e1d Enable exception handling when compiling with MSVC rbock 2015-12-28 17:31:00 +0100
  • bb97989679 Try to get rid of warning C4503 (type name too long) rbock 2015-12-28 17:24:36 +0100
  • 1283652b4c Merge pull request #60 from isliser/feature/appveyor Roland Bock 2015-12-28 17:14:34 +0100
  • b812ed5120 fixed appveyor build sliser 2015-12-28 16:42:26 +0300
  • 292bc8dd28 fixed test_static_asserts sliser 2015-12-28 13:19:17 +0300
  • 761b5e53ab added msvc workaround fixed minor bugs sliser 2015-12-28 12:58:30 +0300
  • 820195b303 Turned off is_regular for msvc rbock 2015-12-28 10:39:53 +0100
  • d1cc617ae7 Split dynamic where in a specific one for zero arguments (and the old one) rbock 2015-12-28 10:11:18 +0100
  • 6ae63dd0be replaced value_type_of, too rbock 2015-12-28 09:47:26 +0100
  • db6ea81668 Well, replaced another template alias (is_boolean_t) rbock 2015-12-28 09:39:16 +0100
  • 325d64828e Stop using yet another template alias (contains_aggregate_function_t) rbock 2015-12-28 09:30:02 +0100
  • e364afe38f Replace is_expression_t<> with detail::is_expression_impl<>::type rbock 2015-12-28 09:18:47 +0100
  • b89e4c3e4f Fixed a bunch of missing initializations rbock 2015-12-27 22:25:05 +0100
  • 0957775202 Not sure why pushd/popd did not work... rbock 2015-12-27 20:47:37 +0100
  • 151f39c8e7 Commented out unused pushd rbock 2015-12-27 20:35:13 +0100
  • c5d4b4f8b3 Added first appveyor config rbock 2015-12-27 20:23:27 +0100
  • 76f7e4aad9 Merge branch 'isliser-develop' into develop rbock 2015-12-27 19:58:51 +0100
  • bab5b6d8ee Merge branch 'develop' of https://github.com/isliser/sqlpp11 into isliser-develop rbock 2015-12-27 19:57:42 +0100
  • 46cb009ba4 added comments regarding msvc bug workarounds sliser 2015-12-27 11:26:29 +0300
  • 9a29f41037 Streamlined portable static asserts. rbock 2015-12-25 10:38:13 +0100
  • 674af5b215 Simplified consistent_t and portable_static_assert. rbock 2015-12-25 09:59:12 +0100
  • 02f4dd1793 Migrated case to portable static assert and added static tests rbock 2015-12-24 21:11:00 +0100
  • 899c868f5e Migrated where to portable assertions, added assertion tests to where() clause. rbock 2015-12-24 15:28:07 +0100
  • 8d742e1b69 Added build status for master rbock 2015-12-23 20:27:55 +0100
  • 37c4f5dc6c Prevent aggregate functions to be used within where conditions rbock 2015-12-23 20:27:16 +0100
  • f16643a1a0 Allow negative numbers in ddl2cpp rbock 2015-12-23 18:28:15 +0100
  • e25ae64909 Merge branch 'feature/case' into develop rbock 2015-12-23 16:04:05 +0100
  • b41f1add8c Made no_value to a more complete value type rbock 2015-12-23 16:01:45 +0100
  • 3efae18e08 Friendlier error messages for some case-expressions rbock 2015-12-23 14:45:40 +0100
  • 0471d732f9 Added CASE expression rbock 2015-12-23 11:50:40 +0100
  • 27033a307c Renamed mus_point into microsecond_point rbock 2015-12-20 13:11:34 +0100
  • 62a4dfc4f5 Added optional _post_bind to result fields to allow for conversion in mysql. rbock 2015-12-19 18:19:10 +0100
  • f029e5993b Allow in() and not_in() to have zero arguments rbock 2015-12-19 15:15:04 +0100
  • 4e898368fa fixed gcc build sliser 2015-12-16 09:41:01 +0300
  • a6f506b57f fixed build for msvs 2015 update 1 sliser 2015-12-15 18:20:33 +0300
  • 833eeccd61 Added missing includes rbock 2015-12-13 17:54:01 +0100
  • 21f587e80d Merge branch 'feature/re-organize-value-types' into develop rbock 2015-12-13 17:25:28 +0100
  • e70ab35083 Minor cleanup rbock 2015-12-13 16:20:30 +0100
  • f9436382ba Added --no-check-certificate to wget for downloading cmake rbock 2015-12-11 14:55:29 +0100
  • 333e55ea6d Dynamic select did not accept some non-dynamic clauses. rbock 2015-12-11 14:42:28 +0100
  • a815d2d4ef Migrated remaining types to define return types rbock 2015-11-10 18:52:32 +0100
  • 7447363caa Migrated operators for floating_point rbock 2015-11-09 09:49:49 +0100
  • 01d4ff6034 Migrated remaining integral operators rbock 2015-11-09 07:40:21 +0100
  • 93d89ff705 Updated download for cmake rbock 2015-11-08 20:37:42 +0100
  • 8ae9966f5d Started to migrate integral operators. rbock 2015-11-08 20:07:22 +0100
  • 29bf1529e4 Moved operators back into expression base class rbock 2015-11-08 19:14:49 +0100
  • 5556880bb9 Turned a few operators into free functions. rbock 2015-11-08 15:12:40 +0100
  • 12f7457775 Added convenience enable_if_t rbock 2015-11-08 11:40:48 +0100
  • 45917098de Made value_type_of more stable and replaced VALUE_TYPE_TRAITS macro rbock 2015-11-01 20:59:07 +0100
  • 9b7e32c9bc Added void_t rbock 2015-11-01 20:58:56 +0100
  • a452438cad Removed the slightly annoying _tag from data_types rbock 2015-11-01 19:26:49 +0100
  • 929a543d8c Minor cleanup rbock 2015-11-01 11:22:56 +0100
  • 3cbeb8b196 Eliminated redundant ValueType parameter from result_field_t rbock 2015-11-01 11:10:33 +0100
  • f9f1186df0 Moved aggregate functions to folder, added can_be_null attributes rbock 2015-11-01 10:10:45 +0100
  • 30f073d02d Moved result_field implementation to result_field_base rbock 2015-11-01 09:32:47 +0100
  • 76af86a572 Renamed result_field_methods result_field_base rbock 2015-10-31 19:38:12 +0100
  • 00fb11b2d4 Cleaned up result_field_methods rbock 2015-10-31 19:26:07 +0100
  • a73572ecba Some renaming cleanup rbock 2015-10-31 18:22:32 +0100
  • f6f8eb0bef Fixed serialization of result fields rbock 2015-10-31 18:04:16 +0100
  • 51fd8c7007 Removed warning for column_types include rbock 2015-10-31 11:04:30 +0100
  • fae1f08d93 Added storage type to parameter_value_base struct rbock 2015-10-31 11:03:20 +0100
  • 21d633bdf4 Merged <data_type>/serialize.h into operand and result_field rbock 2015-10-31 10:20:35 +0100
  • de1e8f27a4 Utilize parameter_value_base for the remaining data types rbock 2015-10-30 23:48:07 +0100