0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00

Commit Graph

  • 6677266bf5 Added free function versions of select_column_list and from rbock 2014-11-17 13:17:10 +0100
  • e2a7cfa252 Moved tuple include rbock 2014-11-17 13:16:31 +0100
  • 02acab8e34 Fixed compilation for g++-4.8 rbock 2014-11-09 17:03:32 +0100
  • a20ff91c2d Added missing file rbock 2014-11-09 16:34:48 +0100
  • 29bba97195 Merge branch 'feature/custom_query' into develop rbock 2014-11-09 16:29:40 +0100
  • f6b223138b Added method to set return type of custom query rbock 2014-11-09 16:26:36 +0100
  • 548a601026 Added into() free function rbock 2014-11-09 13:00:17 +0100
  • ba1f200ef1 Added free function where() rbock 2014-11-08 15:21:11 +0100
  • 55ed36ff33 Added prepared_execute to MockDb rbock 2014-11-07 09:34:48 +0100
  • be3292b6ce Fixed parameter determination and added execution of void statements rbock 2014-11-05 17:50:46 +0100
  • 60042c2dd3 Added run and prepare to noop, allowing void custom queries rbock 2014-11-05 07:27:19 +0100
  • ed7f1f1a93 Added missing file rbock 2014-11-04 07:56:26 +0100
  • f3098d1e26 All tests compile again... rbock 2014-11-03 23:16:53 +0100
  • e79585b165 Can compile (very simple) custom queries and selects rbock 2014-11-03 17:52:02 +0100
  • 514ed4139c First custom query sent to MockDb rbock 2014-10-31 08:28:51 +0100
  • 6684ac9ea8 Added first test rbock 2014-10-29 07:34:42 +0100
  • 69337fd7ca Added first draft of custom query rbock 2014-10-27 17:36:33 +0100
  • 23d0bc91a1 Make result methods templates of their statement, not their statement's policies rbock 2014-10-27 07:31:37 +0100
  • f107a45ba5 Merge tag '0.29' into develop rbock 2014-10-03 08:55:34 +0200
  • 9819839d69 Merge branch 'release/0.29' 0.29 rbock 2014-10-03 08:54:41 +0200
  • b3ef68101f Fixed bug in in() serialization rbock 2014-10-03 08:51:27 +0200
  • 236b367231 Merge tag '0.28' into develop rbock 2014-09-30 07:30:16 +0200
  • ea30acaf26 Merge branch 'release/0.28' 0.28 rbock 2014-09-30 07:20:46 +0200
  • 11950bc0c7 Added static assert to give clearer error message for dynamic_xy rbock 2014-09-29 13:45:29 +0200
  • a4721ff31e Fixed serialization of multiple dynamic query elements. rbock 2014-09-29 12:05:35 +0200
  • ef0672a97a Minor cleanup rbock 2014-09-26 16:33:47 +0200
  • 7c80a2a6e0 Renamed named_expression to selectable rbock 2014-09-26 09:03:26 +0200
  • 49eb21e709 Added test which selects count() rbock 2014-09-18 09:40:54 +0200
  • 6dbdd39ce1 Ensure that expression do not contain aggregate functions rbock 2014-09-17 23:03:51 +0200
  • 3cab459077 Added tag to indicate that an expression contains an aggregate function rbock 2014-09-17 22:22:45 +0200
  • 88bd56ff2d Fixed include path Roland Bock 2014-09-06 06:18:18 +0200
  • 400f79b79c Added a few bad examples (commented) rbock 2014-09-06 06:14:44 +0200
  • 9c048786fd Added a few examples rbock 2014-09-06 04:18:15 +0200
  • 10fa8693cc Minor fix (less error spew for 'like') rbock 2014-09-06 04:16:22 +0200
  • f31d28d413 Added open content rbock 2014-09-04 22:50:55 +0200
  • e6e561ff04 Merge pull request #15 from elfring/Complete_quoting_for_parameters_of_some_CMake_commands rbock 2014-09-02 08:50:09 +0200
  • c227d46cf4 Bug #14: Completed quoting for parameters of some CMake commands Markus Elfring 2014-09-01 19:17:03 +0200
  • b15fa64c55 Added missing include rbock 2014-09-01 12:08:47 +0200
  • 2dcd2918d3 Added operators to the 'like' member_t rbock 2014-08-27 22:53:22 +0200
  • d75862365b Cleanup in generated code rbock 2014-08-27 21:32:00 +0200
  • 4ac4b1820b Removed stray sqlpp namespace qualifiers rbock 2014-08-27 20:43:09 +0200
  • a514e6bf5e Minor cleanup rbock 2014-08-27 20:26:01 +0200
  • 3dfed5b85c Added derived_statement_t alias rbock 2014-08-27 20:10:31 +0200
  • 7b85b3fb03 Added include for MSVC to understand and and or rbock 2014-08-27 18:33:32 +0200
  • a4429f0f19 Sprinkled in a few const qualifiers rbock 2014-08-27 09:23:07 +0200
  • 1d52d59e57 Added a few comments for better orientation rbock 2014-08-26 23:33:05 +0200
  • 5ddaaeeac8 Meta function for accessing the lhs and rhs of an expression rbock 2014-08-26 23:32:29 +0200
  • e59dc3862a An alias for creating a new statement type rbock 2014-08-25 21:22:22 +0200
  • f478e7c8e8 Applied new member_t to remaining places rbock 2014-08-25 18:31:01 +0200
  • 61da179143 Minor code cleanup rbock 2014-08-25 08:51:40 +0200
  • 2c23769cdf Moved operator and parameter templates out of value classes, added member template rbock 2014-08-25 08:43:42 +0200
  • 8d8b358092 Removed obsolete tags from value types rbock 2014-08-25 06:05:42 +0200
  • 83fd052cf5 Fixed duplicate column detection in insert and update rbock 2014-08-24 12:28:49 +0200
  • aa421d1303 Merge tag '0.27' into develop rbock 2014-08-24 10:53:09 +0200
  • 747d211d58 Merge branch 'release/0.27' 0.27 rbock 2014-08-24 10:52:52 +0200
  • 342a42758a Fixed test_sqlpp_test_constraints to work with out of source build Roland Bock 2014-08-24 10:46:08 +0200
  • 2f979ff263 Yet another try to get Travis CI going with g++-4.8 Roland Bock 2014-08-24 10:40:14 +0200
  • facff35d0a Next attempt to use g++-4.8 with Travis Roland Bock 2014-08-24 10:31:14 +0200
  • 3c3abfab41 Exclude clang from Travis and use g++-4.8 Roland Bock 2014-08-24 10:20:49 +0200
  • 411022469f Bugfix in Travis config rbock 2014-08-24 09:59:55 +0200
  • cadc7bdb3a Updated credits a bit rbock 2014-08-24 09:57:17 +0200
  • 9f78ec9ee3 Limit Travis CI to master and develop rbock 2014-08-24 09:37:13 +0200
  • 5188a82980 Started to integrate with Travis CI rbock 2014-08-24 09:34:01 +0200
  • e88a868d06 Started to integrate with Travis CI rbock 2014-08-24 09:34:01 +0200
  • bf19d47ca6 Merge branch 'master' of https://github.com/rbock/sqlpp11 rbock 2014-08-22 22:21:17 +0200
  • dfe9e19145 Merge tag '0.26' into develop rbock 2014-08-22 22:20:47 +0200
  • b13fd68d00 Merge branch 'release/0.26' 0.26 rbock 2014-08-22 22:20:14 +0200
  • 404a8301a9 Added missing file rbock 2014-08-22 22:18:04 +0200
  • fd054d8a5a Fixed operators += et al rbock 2014-08-22 12:26:48 +0200
  • 15c778844b Added a few missing const qualifiers rbock 2014-08-21 13:21:49 +0200
  • 10853abb0a fixed static_assert message wording rbock 2014-08-21 13:21:27 +0200
  • a9339b54ad Fixed all_of(alias_table) rbock 2014-08-21 13:00:40 +0200
  • 4974d13600 Fixed all_of(table_alias) rbock 2014-08-21 11:44:07 +0200
  • a235f3ddae Update README.md rbock 2014-08-21 11:09:50 +0200
  • 9f35e33151 Merge tag '0.25' into develop rbock 2014-08-21 11:03:51 +0200
  • 2bd8bc9bb7 Merge branch 'release/0.25' 0.25 rbock 2014-08-21 10:57:31 +0200
  • aac411d1bf Merge pull request #12 from jbaltie/compile/cygwin-gcc rbock 2014-08-20 22:14:36 +0200
  • 73973f0f48 Fix cygwin-gcc and cmake problems Johan 2014-08-20 21:58:57 +0200
  • e5e97d10b6 Added alias operators to wrapped value operands rbock 2014-08-18 21:10:58 +0200
  • f859f7fe4a Added must_not_update-test rbock 2014-08-18 19:17:59 +0200
  • 13c1b5d8f3 Fix to make sqlpp11 compile with clang-3.1 rbock 2014-08-18 15:09:27 +0200
  • d0d5e94bf1 Added eval function for both strings and expressions. rbock 2014-08-18 10:46:24 +0200
  • d856709cf3 Update README.md rbock 2014-08-18 00:07:21 +0200
  • f6ae27b0fe Made "where" non-mandatory if there are no tables involved. rbock 2014-08-17 20:45:27 +0200
  • 7690f0660c Merge tag '0.24' into develop rbock 2014-08-16 18:48:47 +0200
  • 562bb2e1ef Merge branch 'release/0.24' 0.24 rbock 2014-08-16 18:47:46 +0200
  • 66ffff78ad Added tests for insert constraints rbock 2014-08-16 18:47:06 +0200
  • f1542507ff Moved tests for insert_into(t).columns(...) into function rbock 2014-08-15 18:11:24 +0200
  • e21b38901b Added static_assert for required_columns in insert rbock 2014-08-15 17:54:33 +0200
  • d03e543db6 Merge tag '0.23' into develop rbock 2014-08-15 15:54:47 +0200
  • 2eb7102ca4 Merge branch 'release/0.23' 0.23 rbock 2014-08-15 15:51:46 +0200
  • 3484903525 Repaired insert to work with expression values again rbock 2014-08-14 23:47:25 +0200
  • d79c2ca92c Merge tag '0.22' into develop rbock 2014-08-12 22:09:34 +0200
  • 3d1affe13e Merge branch 'release/0.22' 0.22 rbock 2014-08-12 22:07:23 +0200
  • 1d98fb0198 Added tvin arguments for parameters rbock 2014-08-12 22:00:59 +0200
  • b52591df58 Added bitwise_and and bitwise_or to integral rbock 2014-08-12 21:58:44 +0200
  • ad1c5f94bb Made boolean expression more usable rbock 2014-08-12 18:48:50 +0200
  • c0902f8683 Added constraints that insert and update require some value specs rbock 2014-08-11 21:03:55 +0200
  • 27649b3af2 Added support for default values and result fields for insert rbock 2014-08-11 19:17:42 +0200
  • 34e64b50d6 Added inline keyword to several free non-template functions rbock 2014-08-11 19:11:15 +0200