summaryrefslogtreecommitdiff
path: root/Tests/LibSQL/TestSqlHashIndex.cpp
AgeCommit message (Expand)Author
2021-08-21LibSQL: Introduce Serializer as a mediator between Heap and client codeJan de Visser
2021-08-21LibSQL: Make TupleDescriptor a shared pointer instead of a stack objectJan de Visser
2021-07-08LibSQL: Move Order and Nulls enums from SQL::AST to SQL namespaceJan de Visser
2021-06-24LibSQL: Move Lexer and Parser machinery to AST directoryJan de Visser
2021-06-22LibSQL: Create databases in writable directorycoderdreams
2021-06-19LibSQL: Hash index implementation for the SQL storage layerJan de Visser