summaryrefslogtreecommitdiff
path: root/lib/ldb/tests/python/index.py
AgeCommit message (Expand)AuthorFilesLines
2024-09-24ldb:tests:index: use abi_baseDouglas Bagnall1-12/+6
2021-02-22ldb: remove some 'if PY3's in testsDouglas Bagnall1-1/+0
2019-04-08ldb: tests for <= and >= integer indexing with duplicatesGarming Sam1-0/+39
2019-04-08ldb: tests for <= and >= integer indexingAaron Haslett1-0/+83
2019-03-06Enable make test even without lmdbMathieu Parent1-0/+4
2018-12-14PY3: change shebang to python3 in lib dirJoe Guo1-1/+1
2018-11-01ldb/tests/py/index: remove dup value in dictionaryDouglas Bagnall1-1/+0
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo1-0/+1
2018-08-24PEP8: fix E301: expected 1 blank line, found 0Joe Guo1-0/+1
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-5/+5
2018-08-24PEP8: fix E124: closing bracket does not match visual indentationJoe Guo1-1/+1
2018-05-23ldb: Reject a possible future ldb_mdb with the index in a sub-databaseAndrew Bartlett1-0/+32
2018-05-23ldb_mdb/tests: Run api and index test also on lmdbGary Lockyer1-0/+11
2018-04-06ldb index: Add tests for truncated base 64 index keysGary Lockyer1-1/+36
2018-04-06ldb index: Fix truncation key length calculationGary Lockyer1-2/+5
2018-04-05lib ldb tests: Prepare to run api and index test on tdb and lmdbGary Lockyer1-2/+27
2018-03-06ldb: Remove python warning in tests/python/index.pyGary Lockyer1-1/+1
2018-03-03ldb_tdb: Add tests for truncated index keysGary Lockyer1-0/+1222