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

1063 Commits

Author SHA1 Message Date
rbock
c65cc7dc64 Added README to examples, hoping to avoid confusion 2016-06-05 21:36:08 +02:00
rbock
03ab507f69 Some formatting 2016-06-05 21:35:49 +02:00
rbock
75978ae092 Merge branch 'Erroneous1-feature/time_of_day' into develop 2016-06-05 21:29:22 +02:00
rbock
1327699f90 Fixed check for updating fields that must not be updated 2016-06-05 21:23:16 +02:00
rbock
4fa0734acc Merge branch 'Erroneous1-feature/unsigned_integral' into develop 2016-06-04 10:00:12 +02:00
rbock
efeefa8179 Some more portable static_asserts. 2016-06-04 09:58:12 +02:00
Aaron Bishop
2f1f34d0b1 fixed some expressions, added tests 2016-05-23 08:24:35 -04:00
Aaron Bishop
6bdf5ef1ee updated copyright 2016-05-23 08:16:27 -04:00
Aaron Bishop
58256e2b79 removed time in favor of feature/time_of_day 2016-05-20 07:28:08 -04:00
Aaron Bishop
a8fa0ddba0 reset to master, added unsigned_integral, removed time_of_day 2016-05-20 07:09:48 -04:00
Aaron Bishop
c0494bd98b fixed ctest issues 2016-05-19 21:03:49 -04:00
Aaron Bishop
ce7b949e1b Added time_of_day data_type 2016-05-19 08:53:56 -04:00
rbock
4bffed3f2d Merge tag '0.38' into develop
Several fixes for MSVC
Nicer command line interface for ddl2cpp
2016-05-15 21:36:48 +02:00
rbock
8b38df125b Merge branch 'release/0.38' 2016-05-15 21:35:52 +02:00
Roland Bock
143ff36eb5 Merge pull request #88 from digitalist/ddl2cppEmptyTableCheck
Ddl2cpp empty table check
2016-05-15 18:24:43 +02:00
“digitalist.ru”
ec6c36d541 fix typo 2016-05-15 01:05:08 +03:00
“digitalist.ru”
e80f06e2a3 fix 2016-05-15 01:02:46 +03:00
strangeqargo
de2409dd7e remove regression 2016-05-14 16:21:35 +03:00
strangeqargo
32dfdf7f4d merge with devel with regression 2016-05-14 16:11:48 +03:00
strangeqargo
11f40dc20c small cleanup, pre-merging 2016-05-14 15:57:26 +03:00
strangeqargo
dad441f2b9 Merge remote-tracking branch 'upstream/master' into ddl2cppEmptyTableCheck 2016-05-14 15:52:21 +03:00
strangeqargo
897d581eec fix -[no-]- display in arguments 2016-05-14 14:33:28 +03:00
strangeqargo
a5421e8c34 adding help, remove debug output 2016-05-14 14:30:08 +03:00
rbock
3e6e16f1f0 Added parameter to prevent empty swallow 2016-05-12 15:01:00 +02:00
rbock
db3d71e09c Merge branch 'develop' of https://github.com/rbock/sqlpp11 into develop 2016-05-12 14:37:14 +02:00
rbock
3f33eb8554 Get rid of static_cast 2016-05-12 14:36:56 +02:00
rbock
7771ed8269 Added serializer tests for insert 2016-05-11 19:10:23 +02:00
Roland Bock
6c764b9384 Merge pull request #83 from ianda/develop
Added FindHinnatDate.cmake to prevent usage of preset paths
2016-05-07 21:21:33 +02:00
Christian Dávid
eed1b89f2e Corrected path to date in .appveyor.yml (again) 2016-05-06 19:52:00 +02:00
strangeqargo
e457757ec5 heavy refactoring 2016-05-05 23:08:27 +03:00
Roland Bock
7ed4ba9860 Merge pull request #85 from digitalist/ddl2cpp
Ddl2cpp
2016-05-05 21:38:24 +02:00
Christian Dávid
5bd9614754 Corrected path to date in .appveyor.yml (again) 2016-05-05 20:31:28 +02:00
Christian Dávid
bd22cdbb61 Corrected path to date in .appveyor.yml 2016-05-05 16:58:19 +02:00
Christian Dávid
21ea63c050 Adopted .appveyor.yml to find the date library 2016-05-05 10:31:58 +02:00
Christian Dávid
bcc3eea988 Updated travis build config
It sets the path to the date library correctly now.
2016-05-05 10:15:26 +02:00
Christian Dávid
7097d4a325 Approved error messages of FindHinnantDate.cmake
Also added a documented variable to give hints.
2016-05-05 10:09:04 +02:00
strangeqargo
ffc2dd0f3c doing 2016-05-05 02:40:44 +03:00
strangeqargo
42dfa6cddc argument parsing, fail on parsing 2016-05-05 01:58:53 +03:00
strangeqargo
101a02e9e8 adding comment 2016-05-04 23:13:17 +03:00
strangeqargo
f0d2bf6189 ddl2cpp mysql now(). Too many commits. 2016-05-03 15:49:42 +03:00
strangeqargo
222b3924e2 Merge branch 'ddl2cpp' of github.com:digitalist/sqlpp11 into ddl2cpp 2016-05-03 15:47:45 +03:00
strangeqargo
87e4f01d17 Merge branch 'ddl2cpp' of github.com:digitalist/sqlpp11 into ddl2cpp 2016-05-03 15:43:36 +03:00
strangeqargo
94945cc950 ddl2cpp mysql now() support, minor PEP-8 edits 2016-05-03 15:43:07 +03:00
strangeqargo
f32dd7a65c -m 2016-05-03 15:42:02 +03:00
Aaron Bishop
24ca3b2217 added common SQL data types like binary and bit 2016-05-02 08:08:34 -04:00
Christian Dávid
f41770dbe2 Added FindHinnatDate.cmake to prevent usage of preset paths
Howard Hinnant's date and time library is found using a cmake Find-module.

Commit 377fbc8958 was reverted to ensure that the
exported target has the correct properties.
2016-05-01 20:05:50 +02:00
Roland Bock
e271e3e4fb Update README.md 2016-04-24 17:36:36 +02:00
rbock
690028fb84 Added test to prepare statement with zero parameters 2016-04-24 10:30:06 +02:00
rbock
4e4cb9cc4c Minor cmake fix
At least I hope it's a fix
2016-04-22 08:50:58 +02:00
rbock
c3a0ca64e5 Merge tag '0.37' into develop
Maintenance release, fixing regressions
2016-04-17 17:33:47 +02:00