0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00
sqlpp11/tests/mysql
Bernd Lörwald 9412851408
#471 serializers: ensure float precision (#472)
* value: add missing includes
* mysql, sqlite3: use explicitly *out* stringstreams for serialization
* postgresql: fix: use max_digits10 instead of digits10
* detail: add float_safe_ostringstream, ensuring floats are serialized with enough precision
* mysql, postgresql, sqlite3, tests: fix: set float-precision for all streams
* run clang-format on changed files
* inline remove_cvref.h
* replace unspecific "wrapper" with concrete type name
* tests: split connector specific tests out of serialize/Float
2023-02-18 08:10:50 +01:00
..
serialize #471 serializers: ensure float precision (#472) 2023-02-18 08:10:50 +01:00
usage style: Align CMake files with 4 spaces indent 2022-11-26 08:32:46 +01:00
CMakeLists.txt #471 serializers: ensure float precision (#472) 2023-02-18 08:10:50 +01:00