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

Commit Graph

  • f48e807ce5 Started to use parameter_value_base to simplify parameter_value code rbock 2015-10-30 23:24:42 +0100
  • 37b7966ab2 Split day_point and time_point rbock 2015-10-30 21:47:31 +0100
  • 45c3f4b4cc Split text.h, some fixes and moved like and concat to text rbock 2015-10-30 19:48:53 +0100
  • 4ae843b502 Distributed floating point include rbock 2015-10-30 16:12:17 +0100
  • 6702bc8479 Split integral.h into several sub files rbock 2015-10-30 11:05:46 +0100
  • 173d6adbc9 Moved data types into separate folder, split boolean rbock 2015-10-29 22:21:46 +0100
  • 12eabd28f4 Pacify travis CI rbock 2015-10-29 18:51:28 +0100
  • d25ed57972 Merge branch 'feature/date_time2' into develop rbock 2015-10-29 16:48:53 +0100
  • 84ab264702 Renamed date/date_time to day_point/time_point rbock 2015-10-29 16:41:45 +0100
  • 5e83929555 Date/time adjustments, including date cannot be assigned with timestamp rbock 2015-10-29 15:51:26 +0100
  • 73e8f04127 Several minor date/time fixes, new tests rbock 2015-10-28 20:52:43 +0100
  • 31b7ac4c4a Cleaned up date/time structs a bit rbock 2015-10-27 16:13:36 +0100
  • 56d312a59b Added compile time tests for date and date_time rbock 2015-10-13 21:25:10 +0200
  • d1a3ab596a Prepared basic expression operators for compile time tests rbock 2015-10-09 21:12:23 +0200
  • 553dc5b016 Using portable static asserts for the basic expression operators now rbock 2015-10-09 07:24:05 +0200
  • 407136c44e Added a date_time column type rbock 2015-10-08 16:08:04 +0200
  • 41709f38ec Added date data type. rbock 2015-10-07 21:43:19 +0200
  • 6badf8d135 Cleanup rbock 2015-10-07 20:49:16 +0200
  • 3e7bd26b7f Added tests for insert's dynamic_set, too rbock 2015-10-07 20:48:20 +0200
  • b0d89520a6 Added a bunch of tests for static_assert in insert rbock 2015-10-06 22:08:44 +0200
  • 547d1863f7 Started to replace static asserts with portable static asserts for testing rbock 2015-10-04 14:43:19 +0200
  • 3c699a51b6 Added test folder for static assert tests (more tests will follow) rbock 2015-10-03 21:20:01 +0200
  • 7068c8c26c Fixed logic::none_t rbock 2015-10-03 20:46:43 +0200
  • d29f27c8d3 Merge branch 'feature/detect_mixing_aggreage_non_aggregate' into develop rbock 2015-10-03 20:14:27 +0200
  • bd55f3db5b Added several tests for static_assert (plus fixes for aggregates) rbock 2015-10-03 20:11:55 +0200
  • bd385f7377 Added check if all selected columns are aggregates if group_by is present rbock 2015-10-03 17:00:53 +0200
  • 25ff700c01 Partially reverted all_t et al to avoid warnings about unused variables rbock 2015-10-03 10:17:59 +0200
  • 1f104a10ac Slightly simplified logic::all_t and logic::none_t rbock 2015-09-30 16:49:18 +0200
  • e152e29107 run_check and prepare_check now contain the serialize check rbock 2015-09-17 11:46:37 +0200
  • abdecc25da Run with Xcode 7 rbock 2015-09-13 23:33:16 +0200
  • bcf18f98fc Shut up warning in Xcode 7 rbock 2015-09-13 23:29:58 +0200
  • 09f23cea0a Reformatted using clang-format rbock 2015-09-13 21:33:19 +0200
  • 46c565c5c5 Merge pull request #51 from rettichschnidi/rettichschnidi-cosmetics Roland Bock 2015-08-05 15:42:52 +0200
  • 5756b2355f Remove trailing spaces. Reto Schneider 2015-08-05 14:43:21 +0200
  • 2b8a36aa97 Added support for empty in() and not_in() rbock 2015-07-05 13:53:38 +0200
  • 34376bdd28 Fixed compile error for clang-3.4 and gcc-4.8 rbock 2015-07-05 13:40:06 +0200
  • 8886551d04 Merge branch 'feature/auto-alias-named-functions' into develop rbock 2015-07-05 11:53:10 +0200
  • 864bd58eff More functions are now auto-aliased rbock 2015-07-05 11:51:49 +0200
  • bbe933f943 count is the first auto-aliased function rbock 2015-07-05 11:08:13 +0200
  • 303ee750ad Added test for selecting a constant value rbock 2015-06-26 16:16:07 +0200
  • 61077f471c Merge branch 'develop' of https://github.com/rbock/sqlpp11 into develop rbock 2015-06-01 22:13:56 +0200
  • b062f2ade7 Revert "Replaced char[] with char[<sizeof>] to please MSVC 2015" rbock 2015-06-01 22:12:32 +0200
  • c0f625020b Merge pull request #45 from jhunold/gcc_flags Roland Bock 2015-06-01 21:08:04 +0200
  • df510cea3b Merge pull request #44 from jhunold/cpp11 Roland Bock 2015-06-01 21:07:56 +0200
  • 377fbc8958 Do not use compile features with msvc Jürgen Hunold 2015-06-01 19:01:38 +0200
  • f3bed37a21 Do not set gcc/clang options when using msvc Jürgen Hunold 2015-06-01 19:00:13 +0200
  • 03100bbbbe Update README.md Roland Bock 2015-05-30 18:49:23 +0200
  • 8cd98120fb Update README.md Roland Bock 2015-05-30 17:21:15 +0200
  • 890d75d377 Added a few more compiler requirements rbock 2015-05-30 17:10:16 +0200
  • 0807e57958 Fixed warnings about missing initializers rbock 2015-05-30 16:45:06 +0200
  • 947bf9ddd3 Fixed tests (prevent two tests from being executed with MockDb) rbock 2015-05-30 16:44:10 +0200
  • 8d356f55ce Fixed warnings about unused parameters rbock 2015-05-30 16:19:23 +0200
  • 1ef7f0a847 Merge branch 'purpleKarrot-develop' into develop rbock 2015-05-30 15:57:20 +0200
  • 0f3c239283 Merge branch 'develop' of https://github.com/purpleKarrot/sqlpp11 into purpleKarrot-develop rbock 2015-05-30 15:25:54 +0200
  • b472d4e12b Merge branch 'develop' of https://github.com/rbock/sqlpp11 into develop rbock 2015-05-30 09:20:25 +0200
  • 13d48c7204 shamelessly adding myself to CREDITS Daniel Pfeifer 2015-05-29 23:40:02 +0200
  • ee76176f76 add status badges to README Daniel Pfeifer 2015-05-29 23:39:19 +0200
  • dcff4c2036 add coveralls coverage reporting Daniel Pfeifer 2015-05-29 23:16:50 +0200
  • b0453ffb1c make use of usage requirements Daniel Pfeifer 2015-05-29 22:10:04 +0200
  • b8a93a8aa3 add constraint tests as test cases Daniel Pfeifer 2015-05-29 21:39:03 +0200
  • ec20a8a627 build examples to a single, combined executable Daniel Pfeifer 2015-05-29 21:31:32 +0200
  • b99e2f653b build a combined executable for all tests Daniel Pfeifer 2015-05-29 21:15:26 +0200
  • 036d63e6cf drop suffix 'Test' from tests Daniel Pfeifer 2015-05-29 20:40:38 +0200
  • 5692a71c38 don't tell clang which standard library to use Daniel Pfeifer 2015-05-29 20:27:38 +0200
  • 30a3a6b2ff Replaced char[] with char[<sizeof>] to please MSVC 2015 rbock 2015-05-29 20:06:21 +0200
  • 7efce45f7d update .travis.yml Daniel Pfeifer 2015-05-29 17:52:34 +0200
  • 13b5b5be30 Merge pull request #41 from niXman/develop Roland Bock 2015-05-19 16:39:26 +0200
  • 07b5ae33c4 fixes & changes to ppgen niXman 2015-05-19 16:44:23 +0300
  • 2623fc9bcd Merge 93830d600a into fad66ac33f niXman 2015-05-19 10:42:34 +0000
  • 93830d600a fixes & changes to ppgen niXman 2015-05-19 13:42:22 +0300
  • fad66ac33f Merge pull request #39 from niXman/develop Roland Bock 2015-05-19 09:45:21 +0200
  • 0e86a5a666 suppress the warns about the unused vars niXman 2015-05-19 10:38:34 +0300
  • 01217704f0 Merge 4253094878 into bcc085f819 niXman 2015-05-18 16:45:42 +0000
  • 4253094878 suppress the warns about the unused vars niXman 2015-05-18 19:44:53 +0300
  • 7b750bbe97 Added usage examples for count and exists rbock 2015-05-13 07:58:43 +0200
  • bcc085f819 Cleaned up concat_t and added concat method rbock 2015-05-05 08:18:39 +0200
  • 8c427d0f79 Merge branch 'master' of https://github.com/rbock/sqlpp11 rbock 2015-05-01 18:20:59 +0200
  • 894c5fddfb Merge tag '0.34' into develop rbock 2015-05-01 18:20:10 +0200
  • 9adae43bd0 Merge branch 'release/0.34' 0.34 rbock 2015-05-01 18:19:48 +0200
  • a915f36b46 Minor fixes rbock 2015-05-01 18:19:00 +0200
  • 4fbcf77926 Disallow table alias for insert rbock 2015-05-01 18:18:08 +0200
  • a6a969a4d8 Added schema qualified tables` rbock 2015-04-30 21:32:50 +0200
  • a61be5b30d Update README.md Roland Bock 2015-04-26 10:13:40 +0200
  • 49a538ce52 Merge tag '0.33' into develop rbock 2015-03-22 12:32:30 +0100
  • 9d7d83b906 Merge branch 'release/0.33' 0.33 rbock 2015-03-22 12:31:49 +0100
  • 1f841d2b2b Pacify g++-5.0 (which detected ambiguities) 0.32 rbock 2015-03-22 12:27:52 +0100
  • cdf86695d1 Fixed a bunch of shadowing warnings issued by g++ rbock 2015-03-21 11:41:07 +0100
  • fb61260b2b Merge branch 'release/0.32' rbock 2015-03-13 21:48:30 +0100
  • 465a8e700c Fixed serialize check for tvin expressions rbock 2015-03-13 21:47:41 +0100
  • 3b23615dae Merge tag '0.31' into develop rbock 2015-03-08 21:08:39 +0100
  • 3799248b4a Merge branch 'release/0.31' 0.31 rbock 2015-03-08 21:08:21 +0100
  • 3ca69bf8b8 Updated return types for executing custom queries rbock 2015-03-08 21:06:30 +0100
  • 4981b1962c Merge tag '0.30' into develop rbock 2015-03-08 20:36:57 +0100
  • 67b86a7554 Merge branch 'release/0.30' 0.30 rbock 2015-03-08 20:28:48 +0100
  • 21621f81c8 Added -Wshadow and un-inlined namespace alias rbock 2015-03-08 20:19:01 +0100
  • 47150e1fdb Added missing inline to free function rbock 2015-03-08 20:17:10 +0100
  • 30834ab9db Fixed value_list for sets rbock 2015-03-08 20:15:16 +0100
  • d2975b39fb Allow sqlpp be compiled as sub project rbock 2015-03-08 18:36:42 +0100
  • 6591d38bab Added table() method for columns. rbock 2015-03-07 09:40:06 +0100
  • 028af83fe7 Fixed UNION DISTINCT to not serialize DISTINCT rbock 2015-03-05 18:01:59 +0100