Age | Commit message (Expand) | Author |
---|---|---|
2022-02-10 | LibSQL: Do not return copies of vectors from table/index definitions | Timothy Flynn |
2021-11-02 | Libraries: Fix visibility of Object-derivative constructors | Ben Wiederhake |
2021-10-06 | LibSQL: Resolve cyclic dependency | Ben Wiederhake |
2021-08-21 | LibSQL: Added 'nullable' and 'default value' option to ColumnDef | Jan de Visser |
2021-08-21 | LibSQL: Make TupleDescriptor a shared pointer instead of a stack object | Jan de Visser |
2021-07-08 | LibSQL: Move Order and Nulls enums from SQL::AST to SQL namespace | Jan de Visser |
2021-06-24 | LibSQL: Move Lexer and Parser machinery to AST directory | Jan de Visser |
2021-06-19 | LibSQL: BTree index, Heap, and Meta objects for SQL Storage layer | Jan de Visser |