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 6451479 commit e78ca8dCopy full SHA for e78ca8d
CHANGELOG.md
@@ -1,4 +1,11 @@
1
# ChangeLog
2
+## 1.20.0
3
+ - Implemented rawBody() function in THttpRequest class.
4
+ - Added some functions for getting query string.
5
+ - Added sql statements to PostOpenStatements in database.ini.
6
+ - Fix compilation error on Ubuntu 17.10 and macOS.
7
+ - Fix compilation error on Qt 5.10.
8
+
9
## 1.19.0
10
- Added TSqlDriverExtension class for upsert statement.
11
- Added QString arguments to sort columns function.
src/tglobal.h
@@ -3,7 +3,7 @@
#define TF_VERSION_STR "1.20.0"
#define TF_VERSION_NUMBER 0x012000
-#define TF_SRC_REVISION 1592
+#define TF_SRC_REVISION 1612
#include <QtGlobal>
#include <QMetaType>
0 commit comments