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

Commit Graph

  • e0d7d71bb3 delete old comment Frank Park 2017-03-29 01:27:42 -0400
  • 30caa5d878 changed async connection to a wrapper instead of derived class Frank Park 2017-03-29 01:07:15 -0400
  • 4fa79d552a Added async_connection to comply with RAII Frank Park 2017-03-27 04:58:49 -0400
  • 6b36cd56f1 disable connection pooling on construction Frank Park 2017-03-27 00:50:59 -0400
  • 5f0a5dd0e9 rename function Frank Park 2017-03-26 21:53:09 -0400
  • b05c968bb2 add is_connection_compatible along with some minor changes Frank Park 2017-03-26 21:52:33 -0400
  • de2204c07f add copyright notice and comment on free_connection Frank Park 2017-03-25 17:01:12 -0400
  • 269a72bd93 change container to stack of unique_ptr Frank Park 2017-03-25 07:14:36 -0400
  • 8048337068 fix namespace error Frank Park 2017-03-25 06:01:48 -0400
  • 348e5d6489 Added a generic connection pool Frank Park 2017-03-25 04:24:22 -0400
  • b0a5059b59 with working tests Serge Robyns 2017-03-19 18:24:09 +0100
  • 7b4240e4f4 intermediate fix for issue 152 Serge Robyns 2017-03-19 16:21:14 +0100
  • f297a7ba4f Merge tag '0.48' into develop rbock 2017-03-18 08:22:20 +0100
  • a462b35520 Merge branch 'release/0.48' 0.48 rbock 2017-03-18 08:21:30 +0100
  • dff7e408bb Added missing include. rbock 2017-03-17 10:43:05 +0100
  • 6a332add56 Merge tag '0.47' into develop rbock 2017-03-16 21:35:14 +0100
  • be50e15116 Merge branch 'release/0.47' 0.47 rbock 2017-03-16 21:34:56 +0100
  • c0853f7240 Appease MSVC rbock 2017-03-16 21:33:52 +0100
  • a542a09ab2 Merge tag '0.46' into develop rbock 2017-03-12 12:19:24 +0100
  • 9100e51637 Merge branch 'release/0.46' 0.46 rbock 2017-03-12 12:17:27 +0100
  • 26bdaf7eae Fixed memory bug in handling text results in prepared statements. rbock 2017-03-12 12:04:00 +0100
  • 862205d1bf Use assign to reduce number of copies rbock 2017-03-12 09:58:04 +0100
  • 33b69279d7 Merge pull request #143 from theodelrieu/develop Roland Bock 2017-03-07 10:13:48 +0100
  • d50c65996a
    add iterator_category field to result_t::iterator Théo DELRIEU 2017-03-01 19:09:21 +0100
  • 9145a3a4ee More defensive string construction in result set. rbock 2017-03-06 09:14:51 +0100
  • f88efada67 Allow for "IF NOT EXISTS" in createTable in ddl rbock 2017-03-05 19:50:55 +0100
  • 3d07fe9826 Merge branch 'develop' of https://github.com/rbock/sqlpp11 into develop rbock 2017-03-05 19:14:03 +0100
  • e53bbcc9bd Support for PostgreSQL serial rbock 2017-03-05 19:13:26 +0100
  • 306969488b Fix variadic template pack expansion failure with VS2017 RC Frank Park 2017-02-20 19:00:32 -0500
  • a55ba76c3b Merge pull request #134 from niXman/develop Roland Bock 2017-02-02 15:11:59 +0100
  • 56099b7183 clang-format off niXman 2017-01-31 22:44:00 +0200
  • 8255d3e3b2 Merge tag '0.45' into develop rbock 2017-01-28 12:25:47 +0100
  • 4d22202fe5 Merge branch 'release/0.45' 0.45 rbock 2017-01-28 12:24:44 +0100
  • 3d28a92a6d Fixed detection of NULL in text results rbock 2017-01-28 11:28:54 +0100
  • 5b8b2b16b0 ppgen reformated niXman 2017-01-16 20:59:01 +0200
  • d1a3222d56 Merge branch 'develop' of https://github.com/rbock/sqlpp11 into develop rbock 2017-01-07 10:56:55 +0100
  • 4e1dd38c7e Merge pull request #132 from mlimber/master Roland Bock 2017-01-07 08:48:26 +0100
  • 3baa513a07 Allow nested namespaces on the command line mlimber 2017-01-07 00:16:50 -0500
  • 5e52a4da46 Added a few auto alias tests rbock 2016-12-25 21:25:01 +0100
  • d06b386e03 Merge tag '0.44' into develop rbock 2016-12-25 15:01:33 +0100
  • 3c03350dc0 Merge branch 'release/0.44' 0.44 rbock 2016-12-25 14:56:38 +0100
  • ee6aa6e2c5 Silence warning in gcc about unused parameter rbock 2016-12-25 14:44:26 +0100
  • f211023981 CMake 3.2 seems to be available on trusty already rbock 2016-12-25 14:32:47 +0100
  • 65d32fac8c Disabled part of the travis matrix for testing rbock 2016-12-25 14:25:30 +0100
  • 57270414ea Hah! trusty comes with gcc-4.8 already rbock 2016-12-25 14:24:10 +0100
  • 89185c0bf7 Switching travis to trusty rbock 2016-12-25 14:16:38 +0100
  • 47eb562e5d Looking for cmake-3.* rbock 2016-12-25 14:08:05 +0100
  • 92b841c58f WTF rbock 2016-12-25 13:46:46 +0100
  • 638c8d502e Next attempt for apt-get et al. rbock 2016-12-25 13:38:53 +0100
  • 0a1a123c36 Still trying to get travis setup right rbock 2016-12-25 13:33:38 +0100
  • 91be9e7ea0 Fine tuning travis linux settings rbock 2016-12-25 13:22:06 +0100
  • 522d760a49 Cleaned up travis config a bit rbock 2016-12-25 12:57:20 +0100
  • fa8cb7b0af Replaced field_spec_t::is_compatible function with a class template. rbock 2016-12-25 11:37:41 +0100
  • 1b9a4b1594 Replace is_compatible function with class template rbock 2016-12-25 10:44:22 +0100
  • 7c20a68e0b Fixed result types for signed OP unsigned expressions. rbock 2016-11-12 10:35:03 +0100
  • 7f701dff90 Added a first few tests for .as() rbock 2016-11-10 12:28:46 +0100
  • b66b07fb39 Merge pull request #128 from dirkvdb/master Roland Bock 2016-11-04 22:02:20 +0100
  • 44dcccd169 Optional unit tests Dirk Vanden Boer 2016-11-04 21:34:58 +0100
  • c6062116f8 Added a few more UNION tests rbock 2016-11-01 18:38:09 +0100
  • 86f5208aeb Removed examples from CppCon-2014 rbock 2016-10-27 08:22:20 +0200
  • 48e488492c Merge pull request #126 from Marvin182/master Roland Bock 2016-10-21 16:20:58 +0200
  • 60fb76f53d Add install section with homebrew formula to README Marvin Ritter 2016-10-21 15:40:40 +0200
  • 651e4edf46 Merge pull request #125 from Marvin182/master Roland Bock 2016-10-21 06:45:07 +0200
  • 1c848ead8f Find Hinnant date library in date/ subfolder Marvin Ritter 2016-10-20 21:52:19 +0200
  • ae37d063a4 Loosen union constraints a bit more rbock 2016-10-11 16:09:49 +0200
  • 4dad08653a Maybe easier to grok for MSVC rbock 2016-10-11 07:19:39 +0200
  • fa0fe887b5 Slightly better comparison of row types for unions. rbock 2016-10-10 22:25:16 +0200
  • b0aa23ee87 Merge branch 'develop' of https://github.com/rbock/sqlpp11 into develop rbock 2016-10-07 12:14:29 +0200
  • 3963b5065d Added missing pre-generated alias rbock 2016-10-07 12:13:58 +0200
  • 82ec05149f Stop clang-format from sorting includes rbock 2016-10-07 12:13:31 +0200
  • 81ca67c76a Merge pull request #123 from gggin/master Roland Bock 2016-09-30 06:19:15 +0200
  • e13c04e3ee replace where(true) to unconditionally() Gin Liu 2016-09-30 09:57:42 +0800
  • be0658292e Merge pull request #120 from AndiDog/feature/dynamic-sort-order Roland Bock 2016-09-23 08:22:42 -0700
  • 609766a9fe Allow dynamic sort order Andreas Sommer 2016-09-16 19:30:17 +0200
  • 873beccc15 Merge tag '0.43' into develop rbock 2016-09-13 22:05:04 +0200
  • c4a523b6d6 Merge branch 'release/0.43' 0.43 rbock 2016-09-13 22:04:51 +0200
  • 9559ad1a2a Replaced != with the standard <> rbock 2016-09-13 21:41:00 +0200
  • 3d67da2373 Added missing .unconditionally() member functions for joins rbock 2016-09-13 21:37:53 +0200
  • 6bdddcc343 Fix braces around sub-selects used as tables rbock 2016-09-13 21:08:01 +0200
  • a058ff6d5f Merge pull request #118 from Erroneous1/feature/fix_include_basic_expression_operators Roland Bock 2016-09-10 21:41:12 +0200
  • d2b52c1b49 fixed missing include for return_type_not_t Aaron Bishop 2016-09-10 15:27:22 -0400
  • 94a0eee117 Enforce unsigned integral values for limit and offset rbock 2016-09-06 22:34:59 +0200
  • 2cafb56266 Improved a few assert wrapper names rbock 2016-09-04 10:44:14 +0200
  • aed9a98d8f Merge tag '0.42' into develop rbock 2016-09-03 13:24:51 +0200
  • 781d63673f Merge branch 'release/0.42' 0.42 rbock 2016-09-03 13:19:28 +0200
  • b688f47d42 Aded gitter link Roland Bock 2016-09-03 13:12:44 +0200
  • ae3960b7a7 Add Gitter badge The Gitter Badger 2016-09-03 10:58:25 +0000
  • 0d46079f2c Merge branch 'feature/improved-failure-return-type' into develop rbock 2016-09-03 12:46:51 +0200
  • 83d5147cd1 Add begin/end to portable static assert to make error messages a bit shorter rbock 2016-09-03 12:35:40 +0200
  • 827c8dbf61 The previous fix wasn't. rbock 2016-09-02 22:35:12 +0200
  • d841a7d8a5 Fixed gcc ambiguity bug rbock 2016-09-02 11:17:30 +0200
  • 407718a8a4 Eliminated bad_statement rbock 2016-09-01 22:31:53 +0200
  • 39dec1ea39 Better failure return type for cte rbock 2016-09-01 22:15:52 +0200
  • 5d09b736b6 Better failure return values for union rbock 2016-09-01 21:57:15 +0200
  • 1a0f0ea0ab Everything compiles again. rbock 2016-09-01 21:38:36 +0200
  • 637e0ad4d9 Better failure return types for update and remove rbock 2016-09-01 18:22:19 +0200
  • 36afa04bcd Adjusted insert to use wrapped asserts as failure return rbock 2016-09-01 12:51:04 +0200
  • cf83978118 Migrated select clauses to returning wrapped asserts rbock 2016-08-31 21:15:54 +0200
  • 33ffc3a8f2 Update ChangeLog.md Roland Bock 2016-08-30 09:48:04 +0200
  • 6b284668b8 Merge branch 'master' of https://github.com/rbock/sqlpp11 rbock 2016-08-27 08:32:45 +0200