0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 04:47:18 +08:00
sqlpp11/tests/core/serialize
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
..
Any.cpp Cleanup parens for ANY and SOME 2023-02-05 09:31:30 +01:00
As.cpp Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
Avg.cpp Add missing braces to aggregatedfunctions with sub select #469 2023-01-29 14:39:07 +01:00
Blob.cpp Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
CMakeLists.txt #471 serializers: ensure float precision (#472) 2023-02-18 08:10:50 +01:00
compare.h #471 serializers: ensure float precision (#472) 2023-02-18 08:10:50 +01:00
Count.cpp Add missing braces to aggregatedfunctions with sub select #469 2023-01-29 14:39:07 +01:00
CustomQuery.cpp Add standalone insert_columns function (#76) 2022-06-06 10:15:28 +02:00
DynamicWhere.cpp Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
Exists.cpp Cleanup parens for ANY and SOME 2023-02-05 09:31:30 +01:00
Float.cpp #471 serializers: ensure float precision (#472) 2023-02-18 08:10:50 +01:00
ForUpdate.cpp Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
From.cpp Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
In.cpp #471 serializers: ensure float precision (#472) 2023-02-18 08:10:50 +01:00
Insert.cpp Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
IsNotNull.cpp Cleanup braces for IS_NULL and IS NOT NULL 2023-02-04 10:12:55 +01:00
IsNull.cpp Cleanup braces for IS_NULL and IS NOT NULL 2023-02-04 10:12:55 +01:00
Lower.cpp Allow TRIM to be used with sub selects 2023-02-04 09:05:04 +01:00
Max.cpp Add missing braces to aggregatedfunctions with sub select #469 2023-01-29 14:39:07 +01:00
Min.cpp Add missing braces to aggregatedfunctions with sub select #469 2023-01-29 14:39:07 +01:00
Operator.cpp Fix compiler warnings. 2021-12-11 19:53:35 +01:00
Over.cpp Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
ParameterizedVerbatim.cpp Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
Some.cpp Cleanup parens for ANY and SOME 2023-02-05 09:31:30 +01:00
Sum.cpp Add missing braces to aggregatedfunctions with sub select #469 2023-01-29 14:39:07 +01:00
TableAlias.cpp Add test for table alias. 2021-09-04 11:05:49 +02:00
Trim.cpp Allow TRIM to be used with sub selects 2023-02-04 09:05:04 +01:00
Upper.cpp Allow TRIM to be used with sub selects 2023-02-04 09:05:04 +01:00
Where.cpp Cleanup braces for IS_NULL and IS NOT NULL 2023-02-04 10:12:55 +01:00