We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec32e9f commit f7ae4e3Copy full SHA for f7ae4e3
1 file changed
CHANGELOG.md
@@ -20,6 +20,8 @@ Versioning follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
20
`decimal_type` naming scheme introduced in v1.1.0:
21
- `sql_datetime` → `datetime_type`
22
- `sql_timestamp` → `timestamp_type`
23
+- **Breaking:** Removed monolithic `ds_mysql/sql.hpp`. Include `ds_mysql/ds_mysql.hpp` for the umbrella API,
24
+ or include `ds_mysql/sql_ddl.hpp`, `ds_mysql/sql_dml.hpp`, and `ds_mysql/sql_dql.hpp` directly.
25
26
---
27
0 commit comments