Mahmoud Mandour 0906e3c206 LibSQL: Check data types in INSERT statement parsing 3 years ago
..
AST 0906e3c206 LibSQL: Check data types in INSERT statement parsing 3 years ago
BTree.cpp 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago
BTree.h 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago
BTreeIterator.cpp 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago
CMakeLists.txt 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago
Database.cpp 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago
Database.h 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago
Forward.h 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago
HashIndex.cpp 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago
HashIndex.h 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago
Heap.cpp 97e97bccab Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 3 years ago
Heap.h 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago
Index.cpp 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago
Index.h 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago
Key.cpp 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago
Key.h 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago
Meta.cpp 230118c4b2 LibSQL: Added 'nullable' and 'default value' option to ColumnDef 4 years ago
Meta.h 230118c4b2 LibSQL: Added 'nullable' and 'default value' option to ColumnDef 4 years ago
Row.cpp 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago
Row.h 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago
SQLClient.cpp a034774e3a LibSQL+SQLServer: Build SQLServer system service 4 years ago
SQLClient.h a034774e3a LibSQL+SQLServer: Build SQLServer system service 4 years ago
SQLResult.h 0906e3c206 LibSQL: Check data types in INSERT statement parsing 3 years ago
Serializer.cpp 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago
Serializer.h 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago
TreeNode.cpp 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago
Tuple.cpp 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago
Tuple.h 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago
TupleDescriptor.h 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago
Type.h b74721e604 LibSQL: Redesign Value implementation and add new types 4 years ago
Value.cpp 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago
Value.h 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago
ValueImpl.h 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago