0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00
sqlpp11/tests
MeanSquaredError a72b172a52
Treat PostgreSQL time values as being in UTC time zone (#487)
* When inserting values into "timestamp with time zone" fields treat the value as being in the UTC time zone.

* Simplify parsing of PostgreSQL date/time responses by using regular expressions. Always convert response times with time zone to UTC.

* Add tests which check if timestamp and date fields are treated as having a UTC time zone.

* Clarify the test comments.
2023-06-16 06:57:19 +02:00
..
core std::string_view should also be assignable in prepared statements 2023-04-03 06:16:57 +02:00
mysql #471 serializers: ensure float precision (#472) 2023-02-18 08:10:50 +01:00
postgresql Treat PostgreSQL time values as being in UTC time zone (#487) 2023-06-16 06:57:19 +02:00
scripts style: Align CMake files with 4 spaces indent 2022-11-26 08:32:46 +01:00
sqlite3 #471 serializers: ensure float precision (#472) 2023-02-18 08:10:50 +01:00
CMakeLists.txt style: Align CMake files with 4 spaces indent 2022-11-26 08:32:46 +01:00