ladybird/Tests/LibSQL
Jan de Visser 267eb3b329 LibSQL: Hash index implementation for the SQL storage layer
This patch implements a basic hash index. It uses the extendible hashing
algorith. Also includes a test file.
2021-06-19 22:06:45 +02:00
..
CMakeLists.txt Tests: Move LibSQL tests to Tests/LibSQL 2021-05-06 17:54:28 +02:00
TestSqlBtreeIndex.cpp LibSQL: BTree index, Heap, and Meta objects for SQL Storage layer 2021-06-19 22:06:45 +02:00
TestSqlExpressionParser.cpp LibSQL: Rename expression tree depth limit test case 2021-06-08 19:08:13 +02:00
TestSqlHashIndex.cpp LibSQL: Hash index implementation for the SQL storage layer 2021-06-19 22:06:45 +02:00
TestSqlStatementParser.cpp LibSQL: Limit the number of nested subqueries 2021-06-08 19:08:13 +02:00
TestSqlValueAndTuple.cpp LibSQL: Basic dynamic value classes for SQL Storage layer 2021-06-19 22:06:45 +02:00