Daniel Evers
076c9d6474
travis syntax problems...
2019-02-02 11:00:59 +01:00
Daniel Evers
460557c6e0
Added string_view tests and C++17 tests for travis
2019-02-02 11:00:59 +01:00
Daniel Evers
ac3a8290ff
support for std::string_view when using C++17
2019-02-02 11:00:59 +01:00
rbock
cf02a444d7
Add custom query insert example
2019-01-23 15:34:47 +01:00
rbock
052dbe10b2
Re-added accidentally removed real
type to ddl2cpp
2018-12-24 17:44:17 +01:00
rbock
7e2e1abbfc
Add example for MYSQL's ON DUPLICATE KEY UPDATE
2018-12-24 17:32:16 +01:00
rbock
dd73319bcf
Add boolean expression test
2018-12-07 09:42:43 +01:00
Egor Pugin
9de56a748c
Add explicit greater condition.
2018-12-06 20:19:19 +01:00
fjkfwz
da5cf192e9
Fix blob field display
2018-10-28 07:33:25 +01:00
Roland Bock
9d430b2e20
Merge pull request #249 from Erroneous1/feature/split_tables
...
Add option to ddl2cpp to enable splitting tables
2018-09-25 16:38:51 +02:00
Aaron Bishop
4c53ffcb3f
Add option to ddl2cpp to enable splitting tables into individual header files
2018-09-25 08:43:10 -04:00
Roland Bock
f204bf0b9d
Merge pull request #233 from egorpugin/develop
...
Add simplified sqlite2cpp generator script that uses sqlite3 schema parsing.
2018-08-14 06:51:20 +02:00
Roland Bock
1f1ec60374
Merge pull request #246 from sjoubert/test_functions_typo
...
Fix typos in function's tests
2018-08-14 06:46:20 +02:00
Roland Bock
80ccb35355
Merge pull request #247 from sjoubert/multi_insert_value_or_null
...
Add support of value_or_null in multi-insert
2018-08-13 22:22:03 +02:00
Sylvain Joubert
114b9ab77a
Add support of value_or_null in multi-insert
2018-08-13 21:31:09 +02:00
Sylvain Joubert
3faa8fa8bc
Fix typos in function's tests
2018-08-13 12:59:30 +02:00
rbock
ba05135d47
Merge tag '0.57' into develop
...
Maintenance release
2018-07-06 07:49:05 +02:00
rbock
32abab9da4
Merge branch 'release/0.57'
2018-07-06 07:46:32 +02:00
Roland Bock
d3f7eb0167
Merge pull request #240 from dirkvdb/develop
...
Fixed transaction_t move constructor
2018-07-05 22:02:27 +02:00
Dirk Vanden Boer
6a45d058de
Fixed transaction_t move constructor
2018-07-05 21:45:14 +02:00
rbock
910973d0a8
Merge branch 'develop' of https://github.com/rbock/sqlpp11 into develop
2018-06-28 19:20:31 +02:00
rbock
8d05e4e05e
Add serializer for value_or_null
2018-06-28 19:20:09 +02:00
Roland Bock
2541301cbc
Merge pull request #237 from rustyx/msvc-patch-1
...
Remove "MSVC 2017 is currently broken" message
2018-06-27 05:53:04 +02:00
rbock
ef01958b19
Add comments to code that is required to not compile
2018-06-26 08:07:08 +02:00
Rustam Abdullaev
14ae288f31
Remove "MSVC 2017 is currently broken" message
2018-06-25 15:16:17 +02:00
rbock
76ec663cc6
Merge tag '0.56' into develop
...
Fix merge error in 0.55
2018-06-01 10:31:01 +02:00
rbock
2a2666373f
Merge branch 'release/0.56'
2018-06-01 10:30:49 +02:00
rbock
5213022a80
Fix merge error.
2018-06-01 10:30:18 +02:00
rbock
cc63608170
Merge tag '0.55' into develop
...
Blob support, multiple new datatypes and small fixes
- ddl2cpp:
- add multiple data types
- option to not camel-case SQL names in C++
- allow digits in names
- Allow tuples to be passed to insert_set
- Fix some static_assert messages
2018-06-01 10:08:36 +02:00
rbock
5e6e797b07
Merge branch 'release/0.55'
2018-06-01 10:01:58 +02:00
rbock
517f31348e
Merge tag '0.55' into develop
...
Multiple new data types (ddl2cpp) and a couple of small fixes
2018-06-01 09:59:35 +02:00
rbock
cc96fc44ef
Formatting...
2018-06-01 09:53:39 +02:00
rbock
a643095958
Merge branch 'release/0.55'
2018-06-01 09:53:06 +02:00
Roland Bock
42dd60d531
Merge pull request #234 from dcojan/ppgen-add-missing-unsigned-integer-type
...
Ppgen add missing unsigned integer type
2018-05-13 12:49:13 +02:00
dcojan
e5b9e0a4f3
add an unsigned integer field in tests/Ppgen.cpp
2018-05-13 11:17:42 +02:00
dcojan
49d46edab2
add missing unsigned integer types in ppgen
2018-05-13 11:16:37 +02:00
rbock
ac500e238d
Fix triggering static asserts multiple operators
2018-04-28 10:15:26 +02:00
Egor Pugin
9db9fed697
Fix program desc.
2018-04-20 17:15:27 +03:00
Egor Pugin
c9007a7098
Remove blank line.
2018-04-20 17:13:24 +03:00
Egor Pugin
c7da18798f
Add simplified sqlite2cpp generator script that uses sqlite3 schema parsing.
2018-04-20 17:11:40 +03:00
rbock
9d64a5c741
Fixed missing include
2018-04-19 07:05:17 +02:00
rbock
33ed5b11ac
Added example for recursive CTE
2018-04-19 07:04:42 +02:00
Roland Bock
1c6324eefa
Merge pull request #231 from th0br0/fix/ddl2cpp_check
...
ddl2cpp: support CHECK constraint
2018-04-18 21:29:50 +02:00
Andreas C. Osowski
18e1c180fe
ddl2cpp: support CHECK constraint
2018-04-18 19:02:06 +02:00
Roland Bock
d2dc3124fb
Merge pull request #228 from niXman/develop
...
real type support added for ppgen
2018-04-13 08:49:40 +02:00
Roland Bock
867043d9c5
Merge pull request #221 from sjoubert/postgresql_type_aliases
...
Add more PostgreSQL type mapping in ddl2cpp
2018-04-13 08:48:26 +02:00
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