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

Commit Graph

  • 9870d06652 Added links to upcoming talks rbock 2014-08-09 21:07:09 +0200
  • e18c3ec8b4 Added links to upcoming talks rbock 2014-08-09 21:07:09 +0200
  • e7a94d7e81 Merge tag '0.21' into develop rbock 2014-08-09 20:50:13 +0200
  • 8a3ac247c5 Merge branch 'release/0.21' 0.21 rbock 2014-08-09 20:49:44 +0200
  • a59d7ed381 Fixed bug in field index calculation for multi_fields rbock 2014-08-09 20:46:40 +0200
  • ce0c344d0a Merge tag '0.20' into develop rbock 2014-08-08 10:06:13 +0200
  • b48014d1dc Merge branch 'release/0.20' 0.20 rbock 2014-08-08 10:04:07 +0200
  • 5c4dc0caf0 Added a first experimental fail test rbock 2014-08-08 07:57:08 +0200
  • c9372eff89 Added serialization to MockDb run methods rbock 2014-08-04 18:24:51 +0200
  • cc512d0955 Fixed text field stream operator rbock 2014-08-03 09:27:20 +0200
  • 8b5fc67af6 Added generic boolean_expression rbock 2014-08-02 09:18:01 +0200
  • 18dc6b1a03 Added value_or_null method/type rbock 2014-08-01 18:21:23 +0200
  • 64c4ba029f Adjusted usage of wrong_t. rbock 2014-07-31 09:08:00 +0200
  • 88d28d6830 Moved value types out of detail namespace rbock 2014-07-31 08:40:13 +0200
  • c88a1097c2 Added some hints rbock 2014-07-31 08:19:00 +0200
  • ff9a6ff8f0 Added missing result_field.h rbock 2014-07-30 23:10:45 +0200
  • f60f1504b8 Extracted result_field_t from value types. rbock 2014-07-30 22:37:07 +0200
  • 7c45e8b83f Removed _name_t from and added alias operators to result field. rbock 2014-07-30 22:03:11 +0200
  • 828106acbd Moved shared result field code into separate file rbock 2014-07-30 17:56:33 +0200
  • a62c660ad5 Added some tvin-tests rbock 2014-07-29 18:18:57 +0200
  • c818e110b6 A few minor fixes and cleanup rbock 2014-07-29 09:14:51 +0200
  • b1f1de8a08 Allowing result fields to be used as arguments for queries rbock 2014-07-29 08:57:55 +0200
  • 4be53d9933 Fixed a error in type set intersect calculation and in tracking outer tables rbock 2014-07-28 21:36:53 +0200
  • 159b4c7152 Fixed error in determining can_be_null for joins rbock 2014-07-28 21:14:20 +0200
  • 1eaee801ee Merge tag '0.19' into develop rbock 2014-07-28 17:11:48 +0200
  • 836ca56558 Merge branch 'release/0.19' 0.19 rbock 2014-07-28 17:11:41 +0200
  • 169113c9a4 Added missing file rbock 2014-07-28 17:11:12 +0200
  • f6523ec658 Merge tag '0.18' into develop rbock 2014-07-28 07:49:54 +0200
  • 229122b4db Merge branch 'release/0.18' 0.18 rbock 2014-07-28 07:46:27 +0200
  • 42179cbc87 Cleaned up traits a bit more rbock 2014-07-28 07:41:59 +0200
  • dd33b8096e Streamlined type traits a bit rbock 2014-07-28 06:54:54 +0200
  • 643aab222e Aligned structure of connector traits with other traits rbock 2014-07-28 06:13:30 +0200
  • 6d851f17ff Added testability and tests for can_be_null and null_is_trivial in result entries rbock 2014-07-27 19:40:31 +0200
  • 12f723d021 Fixed type error in join rbock 2014-07-26 18:06:37 +0200
  • c3d758c776 Renamed _result_entry_t to _result_field_t rbock 2014-07-25 15:33:26 +0200
  • 4bf0db5611 Renamed field to field_spec rbock 2014-07-25 15:20:19 +0200
  • e5f055ac19 Using column's can_be_null and connector's enforce_validity rbock 2014-07-25 01:01:42 +0200
  • e21fdb4829 Transport null_is_trivial_value and can_be_null to result fields rbock 2014-07-24 23:02:08 +0200
  • 6f056ced8a Transport can_be_null into subselect used as a result column rbock 2014-07-24 17:36:56 +0200
  • 556023f921 Added a few reminders which expressions can be null as well rbock 2014-07-24 09:47:30 +0200
  • 37a550a489 Use potential outer table dependencies in pseudo tables rbock 2014-07-24 09:29:50 +0200
  • b73133d47a Follow outer tables through the statement. rbock 2014-07-24 08:57:35 +0200
  • d1e8a0153e Transport can_be_null into select pseudo table rbock 2014-07-23 22:57:11 +0200
  • 9c15b45ac4 Made can_be_null a recursive trait rbock 2014-07-23 18:26:13 +0200
  • 80f09dc003 Use _traits in column specs rbock 2014-07-23 18:06:33 +0200
  • 88062625bf Make sure that tvin is used in the allowed places only rbock 2014-07-22 08:51:17 +0200
  • 0f29e255d1 Unified tvin/trivial_value_is_null usage for =,==,!= and ! rbock 2014-07-21 09:53:17 +0200
  • 3506182ccf Fixed tvin-handling in assignment rbock 2014-07-21 07:41:34 +0200
  • d8ae9dc778 Fixed type trait code rbock 2014-07-21 07:40:07 +0200
  • 69fdaedc0d Adjusted type_traits to compile with clang-3.1, too rbock 2014-07-21 05:33:45 +0200
  • 7938a8527c Merge tag '0.17' into develop rbock 2014-07-20 11:54:27 +0200
  • 2b240e4f71 Merge branch 'release/0.17' 0.17 rbock 2014-07-20 11:53:05 +0200
  • ecda6bc986 Update README.md rbock 2014-07-20 11:43:30 +0200
  • d94ab56fd8 Made generated file available by default rbock 2014-07-20 11:14:44 +0200
  • 8ed0042b67 Added blob (currently synonym of text) rbock 2014-07-14 18:17:53 +0200
  • 58b666f20f Update README.md rbock 2014-07-03 10:15:52 +0200
  • 04e7a36206 Adjusted api to recent changes. rbock 2014-07-07 09:17:13 +0200
  • aa07da9c20 Merge branch 'master' of https://github.com/rbock/sqlpp11 rbock 2014-07-07 21:26:56 +0200
  • a71c257e42 Adjusted api to recent changes. rbock 2014-07-07 09:17:13 +0200
  • 660dd6b755 Update README.md rbock 2014-07-03 10:15:52 +0200
  • 6eaafab970 Merge tag '0.16' into develop rbock 2014-06-30 05:49:12 +0200
  • f2c4e9c160 Merge branch 'release/0.16' 0.16 rbock 2014-06-30 05:38:15 +0200
  • 0fd6167db7 Merge branch 'feature/remove_char_result' into develop rbock 2014-06-29 12:59:25 +0200
  • abb97b623b Removed remainder of char_result_row interface from fields rbock 2014-06-29 12:52:21 +0200
  • 2f20f7ef82 Renamed bind and (in)validate to indicate their usage (vendor only) rbock 2014-06-29 11:35:51 +0200
  • 0f9c1dbfb2 Added check to prevent multicolumns in sub selects rbock 2014-06-28 21:02:49 +0200
  • 7900cba1ca Fixed most of the compiler warnings about unused variables in test programs rbock 2014-06-28 20:21:43 +0200
  • 39413ee1bb Added check to prevent multicolumns in sub selects rbock 2014-06-28 21:02:49 +0200
  • f113b83740 Fixed most of the compiler warnings about unused variables in test programs rbock 2014-06-28 20:21:43 +0200
  • 778b0d8816 Added -Wall, took care of a bunch of compiler warnings rbock 2014-06-28 14:39:04 +0200
  • 08786c7cf9 Added -Wall, took care of a bunch of compiler warnings rbock 2014-06-28 14:39:04 +0200
  • c2d00b14ec Removed char_result_row from result_row rbock 2014-06-27 18:40:57 +0200
  • 620f9bef29 Fixed dynamic rows for bind_results rbock 2014-06-27 17:45:33 +0200
  • f14b6025d3 Fixed dynamic rows for bind_results rbock 2014-06-27 17:45:33 +0200
  • ff4d93049c removed char_result_row rbock 2014-06-27 17:41:43 +0200
  • bc99c2b240 Added missing file rbock 2014-06-26 22:06:54 +0200
  • 1f20d244c7 Added improved check for potential name duplicates in from() rbock 2014-06-26 18:56:07 +0200
  • 2266787e94 Fixed another few warnings rbock 2014-06-26 14:35:49 +0200
  • e03366202d Fixed a bunch of warnings rbock 2014-06-26 08:39:08 +0200
  • 1267aa252f Added _check_consistency call to all statement parts rbock 2014-06-24 21:53:25 +0200
  • 0b27373314 Adjusted code to work with g++-4.8 as well rbock 2014-06-22 23:37:43 +0200
  • d90b42f52b Added a minimalistic test for including sqlpp11.h rbock 2014-06-22 16:09:19 +0200
  • 35f9dab171 Added missing file rbock 2014-06-22 12:01:17 +0200
  • 06d1783d81 Cleaned a bit of messy _run() code. rbock 2014-06-20 18:20:24 +0200
  • 1d82cf7f09 Fixed a bunch of bugs that came up when integrating with mySQL again. rbock 2014-06-20 16:53:52 +0200
  • 04aab4d79b Removed some debug code rbock 2014-06-20 10:43:14 +0200
  • 54c95db254 Experiments with some types rbock 2014-06-18 18:22:49 +0200
  • 56e34dbf5e Shortened template for pseudo_column rbock 2014-06-18 18:20:59 +0200
  • 5f927572cf Took care of a few warnings rbock 2014-06-14 20:25:11 +0200
  • 4ce8f2419b All tests compile again for clang-3.2 rbock 2014-06-14 17:57:12 +0200
  • 3d26f9a686 Re-animated prepared statements rbock 2014-06-14 17:44:22 +0200
  • e775e6165e Removed obsolete namespace specifier in test after removing namespace vendor rbock 2014-06-14 10:17:21 +0200
  • ca76ccbf65 Minor fix. rbock 2014-06-14 10:15:42 +0200
  • d4684f7dc0 Merge branch 'feature/remove_namespace_vendor' into develop rbock 2014-06-14 07:50:38 +0200
  • ef6c7e0c0d Removed a few obsolete "typename" rbock 2014-06-14 07:49:43 +0200
  • 269f2e7e17 Fixed indentations rbock 2014-06-14 07:45:10 +0200
  • 09d220541e removed namespace vendor rbock 2014-06-14 07:43:27 +0200
  • 060d59125c Moved files from sqlpp11/vendor to sqlpp11 rbock 2014-06-13 18:51:51 +0200
  • 07980a72a2 Merge branch 'feature/unified_statement' into develop rbock 2014-06-13 09:38:35 +0200
  • 4d1b60d93a Cleanup rbock 2014-06-13 09:33:08 +0200