Skip to content

Tags: hotko1/sqlpp11

Tags

0.60

Toggle 0.60's commit message
Release 0.60

* Add date as a dependency, make fetch friendly
* Update travis
* fixed rbock#342: ambiguous comparison operators (c++20)
* Add support for parameterized_verbatim
* Add some MYSQL types to the ddl2cpp script

0.59

Toggle 0.59's commit message
Release 0.59

Add -identity-naming argument from ddl2cpp to sqlite2cpp.py
Add wishlist.md
Add vcpkg installation instructions
Add minimal over() implementation for aggregate functions
Multiple bug fixes

0.58

Toggle 0.58's commit message
Various enhacements

 - new data types for ddl2cpp
 - new option to generate one header file per table
 - support for string_view
 - support for INSERT INTO from SELECT
 - multiple examples

0.57

Toggle 0.57's commit message
Maintenance release

0.56

Toggle 0.56's commit message
Fix merge error in 0.55

0.55

Toggle 0.55's commit message
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

0.54

Toggle 0.54's commit message
Use date/date.h (as in date 2.4)

Small fixes

0.53

Toggle 0.53's commit message
Trim function (Juan Dent)

Hopefully fixed compile issues with VC++

0.52

Toggle 0.52's commit message
support for date/datetime/timestamp types added for ppgen

Fix without_table_check for alias expressions
several automated edits using clang-format

0.51

Toggle 0.51's commit message
Silence a couple of warnings (clang-tidy and gcc-6.x)