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

1368 Commits

Author SHA1 Message Date
niXman
7d8fdaa9df
real type support added for ppgen(part 2) 2018-04-12 13:56:20 +03:00
niXman
928282a9ef
real type support added for ppgen(part 1) 2018-04-12 13:55:16 +03:00
Roland Bock
6da85cd8a3
Merge pull request #227 from snikulov/sqlite3_real_type
sqlite3: added real data type
2018-04-12 11:13:22 +02:00
Sergei Nikulov
9a5df4cca2 sqlite3: added real data type 2018-04-09 22:23:00 +03:00
Philippe Daouadi
1b12fddb7a Add support for std::array blobs 2018-03-10 20:49:57 +01:00
Philippe Daouadi
7b16f03aa0 Fix blob result_type 2018-03-10 20:49:57 +01:00
rbock
2e635cc963 blob WIP 2018-03-10 20:49:57 +01:00
rbock
3f3cfbbd94 Add blob data type 2018-03-10 20:49:57 +01:00
rbock
1e029807da Add blob data type 2018-03-10 07:45:01 +01:00
Sylvain Joubert
805c6476f4 Add more PostgreSQL type mapping in ddl2cpp 2018-02-26 14:24:27 +01:00
Roland Bock
78c6bc0670
Merge pull request #220 from sjoubert/install_ddl2cpp
Install and export ddl2cpp script
2018-02-19 21:48:40 +01:00
Roland Bock
fb68e8a7d7
Merge pull request #219 from cszawisza/set_tuple
add set(tuple<...>) implementation for insert and update statements
2018-02-19 21:47:46 +01:00
Bartosz Wieczorek
f48f1b9cf7 fixup 2018-02-19 12:38:23 +01:00
cszawisza
ee3f90d13a make old GCC happy 2018-02-19 12:28:50 +01:00
Sylvain Joubert
fe3abc6520 Install and export ddl2cpp script 2018-02-19 10:05:30 +01:00
Bartosz Wieczorek
e50ee42364 add set(tuple<...>) implementation for insert and update statements 2018-02-15 07:55:43 +01:00
Roland Bock
a611905628
Merge pull request #218 from alnr/ddl2cpp_include_guard_allow_digits
Allow digits 0-9 in include guards
2018-02-13 11:19:50 +01:00
Arne Luenser
5e8d81adbf Allow digits 0-9 in include guards 2018-02-13 10:29:28 +01:00
Roland Bock
a2b22b9bac
Merge pull request #215 from sjoubert/ddl2cpp_identity_naming
Add the possibility to keep the table and column names as in the DDL
2018-02-08 19:46:41 +01:00
Roland Bock
e2380e40c1
Merge pull request #214 from sjoubert/ddl2cpp_clob_mapping
Add mapping of the 'clob' type to the existing 'text' type
2018-02-08 19:43:06 +01:00
Sylvain Joubert
d2d9a1693c Add the possibility to keep the table and column names as in the DDL 2018-02-08 13:23:14 +01:00
Sylvain Joubert
20ab921a5a Add mapping of the 'clob' type to the existing 'text' type 2018-02-08 13:22:47 +01:00
rbock
f6503992f7 Merge tag '0.54' into develop
Use date/date.h (as in date 2.4)

Small fixes
2018-01-31 19:59:57 +01:00
rbock
f963a91a8e Merge branch 'release/0.54' 2018-01-31 19:59:00 +01:00
Roland Bock
c090f0ffb7
Merge pull request #212 from egorpugin/develop
Load date library from date dir (since date v2.3).
2018-01-31 17:26:21 +01:00
Egor Pugin
a3aacfe412 Update comments. 2018-01-31 18:32:11 +03:00
Egor Pugin
83c9a6393d Update FindHinnantDate.cmake script. 2018-01-31 18:22:17 +03:00
Egor Pugin
f00cac9599 Update CI scripts. 2018-01-31 17:55:02 +03:00
Egor Pugin
f510166ac8 Load date library from date dir (since date v2.3). 2018-01-31 17:48:38 +03:00
rbock
2b1c1c1a82 not_t must not be a variadic template. 2018-01-21 10:58:19 +01:00
rbock
5b15267743 Typo, thanks @juandent 2018-01-07 08:05:30 +01:00
rbock
2f97f57817 Merge tag '0.53' into develop
Trim function (Juan Dent)
Hopefully fixed compile issues with VC++
2017-12-19 09:28:33 +01:00
rbock
3c10218a3b Merge branch 'release/0.53' 2017-12-19 09:26:45 +01:00
rbock
e49428c58c Partially reverting e1b82afbbe hoping to appease VC++ 2017-12-19 09:06:56 +01:00
Roland Bock
f6903e09ed
Merge pull request #205 from juandent/develop
Added trim.h with Roland's suggestions
2017-12-19 08:37:33 +01:00
JUAN DENT
91e0712e6c _can_be_null depends on the expression 2017-12-18 16:51:47 -06:00
JUAN DENT
5cb081a721 Corrected _is_aggregate_expression 2017-12-18 16:44:16 -06:00
JUAN DENT
13e1ac3a78 Added trim.h with Roland's suggestions 2017-12-18 12:38:41 -06:00
rbock
50143288bc More variants of finding the date library 2017-11-26 19:38:35 +01:00
rbock
109b0af880 Add quoting for table and column names.
More reserved words have to be added to ddl2cpp
2017-11-26 19:19:26 +01:00
rbock
8ad1bb5db2 Add missing include 2017-11-25 19:00:18 +01:00
rbock
b1690d6dd6 Merge branch 'develop' of https://github.com/rbock/sqlpp11 into develop 2017-11-22 21:11:33 +01:00
rbock
d7ef2603bc Remove superfluous return 2017-11-22 21:10:56 +01:00
Roland Bock
cc67c8b0e6
Merge pull request #200 from marmand/develop
Update date search
2017-11-11 06:49:47 +01:00
Armand Leclercq
a69c83a32b Add include directory in HinnantDate search path to match Hinnant repository master branch 2017-11-10 20:26:01 +00:00
rbock
e90a988a69 Remove some commented lines 2017-11-07 13:00:33 +01:00
rbock
8d92de3fe9 Remove debug printout 2017-11-07 08:57:31 +01:00
rbock
3a6e4d93ec Merge branch 'develop' of https://github.com/rbock/sqlpp11 into develop 2017-11-06 21:37:36 +01:00
rbock
fd939975ee Scan for unsigned integral columns 2017-11-06 21:37:10 +01:00
rbock
e921d81049 Use using in remove test 2017-11-06 21:36:52 +01:00