Skip to content

Commit 384cb23

Browse files
committed
update CHANGELOG.md for v1.23.
1 parent 0c5db1c commit 384cb23

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# ChangeLog
2+
## 1.23.0
3+
- Added failsafe of SQL when BEGEN/COMMIT/ROLLBACK failed.
4+
- Modified to replace QLatin1String with QStringLiteral for view codes.
5+
- Model optimalizations. #231 #230
6+
- Minor changes of exception classes. #229
7+
- Added log messages for query log. #227
8+
- Added possibility to disable sql transactions in unit test. #226
9+
- Use delete[] to free aio_buf in aiocb struct. #225
10+
- Minor changes of testcases for Qt 5.12.
11+
- Fix a bug of sqlobject for session store.
12+
- Fix a bug of invoking StaticInitialize() function.
13+
- Modified not to do keep-alive when action threads equals or more than max
14+
thread value of config.
15+
216
## 1.22.0
317
- Support for CMake build.
418
- Support SMTP connections to older servers. #207

0 commit comments

Comments
 (0)