You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release 0.60
* Add date as a dependency, make fetch friendly
* Update travis
* fixedrbock#342: ambiguous comparison operators (c++20)
* Add support for parameterized_verbatim
* Add some MYSQL types to the ddl2cpp script
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
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