aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/db.cpp
AgeCommit message (Expand)Author
2026-01-01Update copyright year.levlam
2025-06-23Add BinlogKeyValue test.levlam
2025-01-01Update copyright year.levlam
2024-01-01Update copyright year.levlam
2023-04-23Delete temporary files after test finish.levlam
2023-03-06Fix includes.levlam
2023-02-12Add tests for erase_batch.levlam
2023-02-02Replace unsafe to maintain data_ field with get_data() method.levlam
2023-01-16Improve event_id variable names.levlam
2023-01-01Update copyright year.levlam
2022-09-14Replace ConcurrentScheduler::init with constructor.levlam
2022-07-28Reduce run time of some tests.levlam
2022-02-08Fix includes and formatting.levlam
2022-02-07td: replace most of std::unordered_map usages to td::FlatHashMapArseny Smirnov
2022-01-07Don't use implicitly namespace td in db tests.levlam
2022-01-01Update copyright year.levlam
2021-12-12Add SqliteKeyValue::set_all.levlam
2021-12-12Expect SeqNo in tests only if needed.levlam
2021-11-21Remove explicit verbosity level changes in tests.levlam
2021-10-21Minor improvements.levlam
2021-10-19A lot more minor improvements.levlam
2021-09-22Create database before attaching it.levlam
2021-09-22Add allow_creation parameter to SqliteDb::init.levlam
2021-09-22Make DbKey required to construct SqliteConnectionSafe.levlam
2021-09-22Remove old way to init SqliteDb.levlam
2021-08-30Remove redundant semicolons.levlam
2021-07-04Make inherited classes final if possible.levlam
2021-07-03Use final instead of override.levlam
2021-05-26Remove REGISTER_TESTS define.levlam
2021-01-01Update copyright year.levlam
2020-11-23Include ConcurrentScheduler separately.levlam
2020-11-22Speed up DB key_value tests.levlam
2020-11-22Remove broken part of binlog_encryption test.levlam
2020-11-21Return back old SQLCipher migrate test.levlam
2020-11-21Allow sqlite_encryption_migrate test to fail.levlam
2020-11-21Allow sqlite_encryption_migrate test to fail.levlam
2020-11-18Fix database opening.levlam
2020-08-13Minor improvements.levlam
2020-08-12Add test for sqlite chipher compatibilityArseny Smirnov
2020-02-26Remove unneeded brackets.levlam
2020-01-01Update copyright year.levlam
2019-10-22Various fixes.levlam
2019-09-28Update clag-format to the latest (190926/r372920) version.levlam
2019-04-26Add language_pack_database_size to storageStatisticsFast.levlam
2019-02-21Fix log messages style.levlam
2019-01-19SetWithPosition CE and other fixes.levlam
2019-01-07Forward-declare SqliteConnectionSafe and SqliteDb. Finally, all DB usages are...levlam
2019-01-07Use KeyValueSyncInterface and BinlogInterface in TdDb.levlam
2019-01-01Update copyright year.levlam
2018-10-26Fix some MSVC Analyzer warnings.levlam