Commit History

作者 SHA1 備註 提交日期
  Jelle Raaijmakers fdac8331cc LibSQL: Use `Block::Index` everywhere; rename `pointer` to `block_index` 2 年之前
  Jelle Raaijmakers 6601ff9d65 LibSQL: Redesign heap storage to support arbitrary amounts of data 2 年之前
  Jelle Raaijmakers a99c1297e0 LibSQL: Clean up code style and remove unused includes 2 年之前
  Timothy Flynn 72e41a7dbd LibSQL: Support 64-bit integer values and handle overflow errors 2 年之前
  Timothy Flynn 7d41b46a7d LibSQL: Remove infallible type conversions from SQL::Value 2 年之前
  Jan de Visser 001949d77a LibSQL: Improve error handling 3 年之前
  Jan de Visser 7ea54db430 LibSQL: Add 'schema' and 'table' to TupleElementDescriptor 3 年之前
  Jan de Visser 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 3 年之前
  Jan de Visser a5e28f2897 LibSQL: Make TupleDescriptor a shared pointer instead of a stack object 4 年之前
  Jan de Visser 30691549fd LibSQL: Move Order and Nulls enums from SQL::AST to SQL namespace 4 年之前
  Jan de Visser 4198f7e1af LibSQL: Move Lexer and Parser machinery to AST directory 4 年之前
  coderdreams 49340f98f7 LibSQL: Create databases in writable directory 4 年之前
  Jan de Visser 224804b424 LibSQL: BTree index, Heap, and Meta objects for SQL Storage layer 4 年之前