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