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

Commit Graph

  • f4612061d7 Make portable static assert explicit rbock 2017-09-10 15:01:14 +0200
  • c09a0b5ee8 Use clang-format to explicitly mark unused parameters rbock 2017-09-10 14:58:51 +0200
  • 306ce63f2f Use clang-format to add closing namespace comments rbock 2017-09-10 14:56:51 +0200
  • ac765993aa Use clang-format to streamline include guards rbock 2017-09-10 14:55:11 +0200
  • afe0e5fe31 Merge tag '0.51' into develop rbock 2017-09-10 10:17:20 +0200
  • fc1f6324f3 Merge branch 'release/0.51' 0.51 rbock 2017-09-10 10:16:32 +0200
  • 9ac0775699 Add virtual destructors for virtual base classes. rbock 2017-09-10 10:13:37 +0200
  • a2e7e56f70 Fix missing include. rbock 2017-08-16 11:33:31 +0200
  • e930887842 Merge pull request #179 from sergeken/master Roland Bock 2017-08-11 07:55:17 +0200
  • 461e3d0a8b Merge pull request #180 from theodelrieu/fix/schema Roland Bock 2017-08-11 07:53:01 +0200
  • 8079d6c144 add missing <string> include in schema.h Théo DELRIEU 2017-08-10 13:22:40 +0200
  • 02cf37e3e3 Fixed mising namespace comment on tablenames (to silence clang-tidy). Serge Robyns 2017-08-09 17:50:26 +0200
  • e81a92f034 Add blob data type rbock 2017-08-06 19:54:54 +0200
  • b6c2de37c1 Merge tag '0.50' into develop rbock 2017-07-16 07:58:31 +0200
  • 307da227ac Merge branch 'release/0.50' 0.50 rbock 2017-07-16 07:52:02 +0200
  • b8fa0a10ce Merge pull request #178 from sergeken/master Roland Bock 2017-07-15 16:20:53 +0200
  • 392b257694 Fixed incorrect usage of string::find Serge Robyns 2017-07-15 15:56:13 +0200
  • 64498654b7 Fixed some clang warnings rbock 2017-06-25 13:01:43 +0200
  • 7422cb9e3b Compile with both, MSVC 2015 and 2017 rbock 2017-06-25 10:02:41 +0200
  • 16aa3a4b08 Merge 0a66dad4ca into cd778444d6 Johan 2017-06-05 19:04:46 +0000
  • 402abdbdce Merge ae3960b7a7 into cd778444d6 The Gitter Badger 2017-06-05 18:55:22 +0000
  • 74c213f035 Merge 306969488b into cd778444d6 Frank Park 2017-06-05 18:55:22 +0000
  • 5bcbd1a75a Merge b0a5059b59 into cd778444d6 Serge Robyns 2017-06-05 18:55:22 +0000
  • 19fdf8abe1 Merge 3bbaf39c68 into cd778444d6 Frank Park 2017-06-05 18:55:21 +0000
  • 8113a5f1fc Merge tag '0.49' into develop rbock 2017-06-04 16:00:51 +0200
  • cd778444d6 Merge branch 'release/0.49' 0.49 rbock 2017-06-04 15:58:40 +0200
  • f70eebc6be Remove outdated CppCon2016 link rbock 2017-06-04 15:56:32 +0200
  • a69230b930 Merge pull request #173 from volka/isolation_level Roland Bock 2017-06-04 15:54:47 +0200
  • 9d395c2bc6 Fix typo Volker Aßmann 2017-06-04 15:19:00 +0200
  • 377530412b Set theme jekyll-theme-minimal Roland Bock 2017-06-04 14:59:27 +0200
  • 8f5e49ee79 Set theme jekyll-theme-modernist Roland Bock 2017-06-04 14:57:29 +0200
  • fcdbe92379 Set theme jekyll-theme-dinky Roland Bock 2017-06-04 14:50:46 +0200
  • 313ffd2d9d Set theme jekyll-theme-hacker Roland Bock 2017-06-04 14:49:16 +0200
  • a55d986def Implemented get/set_default_isolation_level() functions to change the transaction isolation level default per-connection Volker Aßmann 2017-06-04 13:57:41 +0200
  • 801428d4cf Merge pull request #171 from volka/isolation_level Roland Bock 2017-06-03 11:40:51 +0200
  • 9413206bd1 Hide the "isolation_level" member of the MockDb to make it explicit that this is only used for mock validation Volker Aßmann 2017-06-03 11:20:18 +0200
  • 9c691f3042 Merge pull request #163 from L3nn0x/master Roland Bock 2017-06-03 07:58:20 +0200
  • edad8d82c4 Merge pull request #172 from AndiDog/feature/auto-id Roland Bock 2017-06-03 07:23:08 +0200
  • e77639033a Support implicitly treating id column as auto-incrementing (e.g. for SQLite) Andreas Sommer 2017-06-03 00:41:44 +0200
  • ee20a8be67 Fix missing not correctly by including ciso646 Volker Aßmann 2017-06-01 23:26:07 +0200
  • b51714eb48 Cleaned up start_transaction overloads Volker Aßmann 2017-06-01 23:18:15 +0200
  • c92571862d Replace "not" with "!" to fix Visual C++ issue Volker Aßmann 2017-06-01 12:47:14 +0200
  • f2ea61052e Add an option to set a transaction isolation level to the generic transaction interface and the connecctor api Volker Aßmann 2017-05-30 00:17:08 +0200
  • bdc36aeaba Updated ThreadPool to be auto-growing/shrinking on timeout. Currently stores lambda data for enqueue_future and enqueue_callback in a list to deal with shared_ptr issues in GCC, needs testing implemented sqlpp::async (futures) and sqlpp::async_callback Added tests for thread_pool Aaron Bishop 2017-05-22 15:18:00 -0400
  • 67e609c661 undo changes to exception.h, fix invoke_callback. Frank Park 2017-05-12 17:42:52 -0400
  • e4589d0fea Disallow callbacks when calling sqlpp::deferred Frank Park 2017-05-10 22:39:51 -0400
  • 0ae4a4b8cd use std::exception_ptr instead of std::future for recording result state Frank Park 2017-05-10 22:35:17 -0400
  • d0c6cc103a Re-insert accidentally removed test for ppgen rbock 2017-05-10 07:44:05 +0200
  • cad0a144e8 Improve ref correctness. Combine existing std::futures into std::future<void> Frank Park 2017-04-26 20:16:58 -0400
  • 63f7cce87f add thread pool emplace to avoid redundant heap allocation Frank Park 2017-04-25 19:44:49 -0400
  • 55d0e2ac0d Added mediumint to ddl2cpp L3nn0x 2017-04-25 22:23:59 +0200
  • d49d78b480 fix compile error Frank Park 2017-04-23 18:47:22 -0400
  • 4cce73668b fix compile error Frank Park 2017-04-23 16:47:03 -0400
  • 6d05d0911a remove unused include Frank Park 2017-04-23 16:42:25 -0400
  • 2338bf8000 add coroutine Frank Park 2017-04-23 16:40:06 -0400
  • 2a1c4dec26 add thread_pool and future Frank Park 2017-04-23 16:39:12 -0400
  • 587a5c0ebb remove bind Frank Park 2017-04-23 16:37:53 -0400
  • bbab6eff6a improve exception and type_traits Frank Park 2017-04-23 16:34:53 -0400
  • ff46929851 Merge branch 'develop' into feature/async_query Frank Park 2017-04-12 21:00:46 -0400
  • 3353ba420b refactor Frank Park 2017-04-12 16:50:19 -0400
  • 3bbaf39c68 refactor Frank Park 2017-04-12 16:49:58 -0400
  • d1fbab9e47 enable direct query through pool_connection with limited functionality Frank Park 2017-04-12 01:26:11 -0400
  • 8faada3aee replace query_task with bind, rename helper functions, clean up implementation Frank Park 2017-04-12 01:00:24 -0400
  • f446ac1784 replace query_task with sqlpp::bind Frank Park 2017-04-12 00:51:09 -0400
  • 510f1f83c4 Revert "Add operator() to allow query with callback" Frank Park 2017-04-11 14:55:09 -0400
  • f3b9442c9f Add operator() to allow query with callback Frank Park 2017-04-11 14:47:37 -0400
  • 628b0bbaff Untab everything and improve formatting Frank Park 2017-04-11 14:15:38 -0400
  • e025c9a521 Remove error class Frank Park 2017-04-11 14:14:34 -0400
  • 93aba8f028 Use sqlpp::exception instead of sqlpp::error, move is_callable to type_traits.h Frank Park 2017-04-11 14:14:14 -0400
  • 1987614bfe make pool::connection inherit from sqlpp::connection Frank Park 2017-04-11 13:48:30 -0400
  • aad1272d3a Merge pull request #161 from sergeken/master Roland Bock 2017-04-11 08:09:43 +0200
  • 325f1ad731 fix typo Frank Park 2017-04-11 01:40:38 -0400
  • c6c075b0ab Revert "Modify select.h to support connection_pool and pool_connection" Frank Park 2017-04-11 01:28:04 -0400
  • ecd6a6aeb8 Modify select.h to support connection_pool and pool_connection Frank Park 2017-04-11 01:09:51 -0400
  • 7866749a2a move is_invocable to type_traits.h Frank Park 2017-04-11 01:09:31 -0400
  • ac5e93b856 Improve interface Frank Park 2017-04-11 01:09:15 -0400
  • 8314803553 Fixed copyright message Serge Robyns 2017-04-10 22:12:51 +0200
  • c8c4515fb7 Added ForUpdate tests Serge Robyns 2017-04-10 22:10:10 +0200
  • 8238853d30 Merge pull request #160 from sergeken/master Roland Bock 2017-04-10 12:28:30 +0200
  • 4ae55e238e Changed copyright message Serge Robyns 2017-04-10 11:12:27 +0200
  • bef20d9981 fix ref correctness. query does not have a default constructor Frank Park 2017-04-09 18:41:25 -0400
  • 6707e6b276 fix ref correctness Frank Park 2017-04-09 18:38:00 -0400
  • 6cda931465 Add operator() to create query task Frank Park 2017-04-09 18:32:30 -0400
  • e78b294479 remove async_query_service.h as it is no longer needed Frank Park 2017-04-09 18:30:36 -0400
  • 922df8769c Split async_query_service.h into multiple files Frank Park 2017-04-09 18:30:07 -0400
  • 62a5ec3e3e Added for update support Serge Robyns 2017-04-09 11:17:55 +0200
  • 52f5811461 bug fixes Frank Park 2017-04-08 10:58:24 -0400
  • a957e9afa3 Improve error handling Frank Park 2017-04-08 10:57:45 -0400
  • 0df2904c46 Refactor, add error code Frank Park 2017-04-07 19:41:37 -0400
  • 50c6b29920 Fix warnings and minor issues Frank Park 2017-04-07 14:25:44 -0400
  • 13af5dbc70 Enable using generic lambdas as callbacks Frank Park 2017-04-07 14:24:01 -0400
  • e0f274e84c Add async_connection to callback parameters Frank Park 2017-04-05 14:29:38 -0400
  • 579572b280 a few small fixes Frank Park 2017-04-05 12:36:15 -0400
  • 1cbd792e7b Update async query service Frank Park 2017-04-05 09:11:58 -0400
  • d15a6ee1a3 Refactor connection_pool and connection_validator. Fix validator usage. Frank Park 2017-04-03 02:26:54 -0400
  • 91df8ff4aa Merge pull request #155 from fpark12/develop Roland Bock 2017-04-03 06:38:56 +0200
  • 9d42ebafbe add a skeleton of async query service Frank Park 2017-04-02 13:29:35 -0400
  • 9f26495ced Reordered template arguments Frank Park 2017-04-02 11:06:12 -0400
  • 71a234c4ba Split pool_connection to separate file, add reconnect_policy Frank Park 2017-04-02 10:48:14 -0400
  • ac88aa7656 delete unused function Frank Park 2017-03-29 01:28:52 -0400