Aleksandar Fabijanic
|
1e90f64bbf
|
4307/8/9/10 data races (#4312)
* fix(NumericString): properly mark uIntToString deprecated #4304
* dev(runLibtests): allow to specify test to run
* fix(NotificationCenter): data race #4307
* fix(DirectoryWatcher): data race #4308
* fix(ArchiveStrategy): data race #4309
* fix(ActiveThread): data race #4310
* fix(Task): Cancelled Task shouldn't start running #4311 (WIP)
* fix(String): ignore clang loop unrolling warnings
* fix(TaskManager): task ownership #4311
* chore(FIFOEventTest): fix unused var warning; disable benchmark in test
* fix(Task): remove unnecessary mutex (and prevent cyclic locking reported by TSAN)
* fix(CryptoTest): disable testEncryptDecryptGCM
* fix(ci): typo
* fix(NotificationCenter): disable and clear observers in dtor (#4307)
---------
Co-authored-by: Matej Kenda <matejken@gmail.com>
|
2023-12-09 21:16:24 +01:00 |
|
Alex Fabijanic
|
81d7307fa7
|
fix(Data):
adjust make and CMake for SQLParser and DataTest lib
separate samples from tests in CMake
remove unused StatementImpl from Data testsuite
|
2023-11-04 23:11:38 +01:00 |
|
Alex Fabijanic
|
afd9c8c408
|
feat(Data::Session): add 'sqlParse' feature #4230
|
2023-11-02 00:04:10 +01:00 |
|
Alex Fabijanic
|
79e54d88ba
|
chore: fix local test run script
|
2023-11-01 19:21:20 +01:00 |
|
Alex Fabijanic
|
6dad8502d3
|
fix(Data):
* make bool Session::isTransaction() return Poco::Optional
* move parsing to Statement
* SQLParser make build
* other fixes and improvemets #4230
|
2023-11-01 00:25:46 +01:00 |
|