aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-07-03 12:27:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-07-03 12:27:59 +0200
commit548f0b10aa3adfc722198bf31f773ba85047f344 (patch)
tree11cde003ea7cc0f1525220430099124a7e846051 /NEWS
parent8ea4fbe58746170c95431b418e8bf50cf57845da (diff)
Document sub-second precision support in MySQL
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 225a38a..720834c 100644
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,14 @@ Version 2.3.0
to the ODB compiler command line interface documentation (man pages) for
details.
+ * Starting with MySQL version 5.6.4 it is possible to store fractional
+ seconds up to microsecond precision in TIME, DATETIME, and TIMESTAMP
+ columns. Both Boost and Qt profiles have been updated to support this
+ new functionality. Note, however, that to enable sub-second precision,
+ the corresponding type with the desired precision has to be specified
+ explicitly. For details, refer to the "MySQL Database Type Mapping"
+ sections in the Boost and Qt profile chapters.
+
* New SQLite-specific exception, odb::sqlite::forced_rollback, which is
thrown if SQLite forces a transaction to roll back. For more information,
refer to Section 16.5.6, "Forced Rollback" in the ODB manual.