..
AST
LibSQL: Properly parse ESCAPE expressions
2022-01-07 10:50:39 +03:30
BTree.cpp
BTree.h
BTreeIterator.cpp
CMakeLists.txt
LibSQL: Add current statement to the ExecutionContext
2021-11-10 14:47:49 +01:00
Database.cpp
LibSQL: Improve error handling
2021-12-04 20:49:22 +03:30
Database.h
LibSQL: Improve error handling
2021-12-04 20:49:22 +03:30
Forward.h
HashIndex.cpp
HashIndex.h
Heap.cpp
LibSQL: Avoid unnecessary copies in Heap
2022-01-01 15:40:39 +01:00
Heap.h
LibSQL: Improve error handling
2021-12-04 20:49:22 +03:30
Index.cpp
Index.h
Key.cpp
Key.h
LibSQL: Resolve cyclic dependency
2021-10-06 23:52:40 +01:00
Meta.cpp
LibSQL: Add 'schema' and 'table' to TupleElementDescriptor
2021-11-10 14:47:49 +01:00
Meta.h
Libraries: Fix visibility of Object-derivative constructors
2021-11-02 22:56:53 +01:00
Row.cpp
Row.h
LibSQL: Resolve cyclic dependency
2021-10-06 23:52:40 +01:00
Serializer.cpp
Serializer.h
SQLClient.cpp
SQLServer+SQL+LibSQL: Allow sql client to specify the database name
2021-10-05 02:22:19 +02:00
SQLClient.h
SQLServer+SQL+LibSQL: Allow sql client to specify the database name
2021-10-05 02:22:19 +02:00
SQLResult.h
LibSQL: Improve error handling
2021-12-04 20:49:22 +03:30
TreeNode.cpp
Tuple.cpp
LibSQL: Add the 'extend' operation to the Tuple class
2021-11-10 14:47:49 +01:00
Tuple.h
LibSQL: Add the 'extend' operation to the Tuple class
2021-11-10 14:47:49 +01:00
TupleDescriptor.h
LibSQL: Add 'schema' and 'table' to TupleElementDescriptor
2021-11-10 14:47:49 +01:00
Type.h
LibSQL: Allow expressions and column names in SELECT ... FROM
2021-10-05 02:22:19 +02:00
Value.cpp
LibSQL: Relax assignment rules for Null Values
2021-11-10 14:47:49 +01:00
Value.h
LibSQL: Add 'schema' and 'table' to TupleElementDescriptor
2021-11-10 14:47:49 +01:00
ValueImpl.h