We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a42991 commit e39a9c5Copy full SHA for e39a9c5
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# ChangeLog
2
3
+## 2.9.0
4
+ - Fix a bug of access log about status-code.
5
+ - Modified to set NULL into DB when the value is QString() in TSqlObject.
6
+ - Added a function, TAbstractModel::setProperties(const QJsonObject &properties).
7
+ - Updated mongoc driver to v1.26.2.
8
+ - Updated glog to v0.7.0.
9
+
10
## 2.8.0
11
- Support prepared statements for PostgreSQL and MySQL.
12
- Fix compilation error on Emscripten.
src/tglobal.h
@@ -1,7 +1,7 @@
#pragma once
constexpr auto TF_VERSION_STR = "2.9.0";
constexpr auto TF_VERSION_NUMBER = 0x020900;
-constexpr auto TF_SRC_REVISION = 2858;
+constexpr auto TF_SRC_REVISION = 2886;
#include <QMetaType>
#include <QIODevice>
0 commit comments