1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 00:37:34 +00:00
serenity/Userland/Libraries/LibSQL
Jan de Visser 230118c4b2 LibSQL: Added 'nullable' and 'default value' option to ColumnDef
These are standard SQL concepts which columns should be aware of.
2021-08-21 22:03:30 +02:00
..
AST LibSQL: Invent statement execution machinery and CREATE SCHEMA statement 2021-07-08 17:55:59 +04:30
BTree.cpp LibSQL: Make TupleDescriptor a shared pointer instead of a stack object 2021-08-21 22:03:30 +02:00
BTree.h LibSQL: Make TupleDescriptor a shared pointer instead of a stack object 2021-08-21 22:03:30 +02:00
BTreeIterator.cpp LibSQL: BTree index, Heap, and Meta objects for SQL Storage layer 2021-06-19 22:06:45 +02:00
CMakeLists.txt LibSQL+SQLServer: Build SQLServer system service 2021-07-08 17:55:59 +04:30
Database.cpp LibSQL: Invent statement execution machinery and CREATE SCHEMA statement 2021-07-08 17:55:59 +04:30
Database.h LibSQL: Database layer 2021-06-19 22:06:45 +02:00
Forward.h LibSQL: Move Order and Nulls enums from SQL::AST to SQL namespace 2021-07-08 17:55:59 +04:30
HashIndex.cpp LibSQL: Make TupleDescriptor a shared pointer instead of a stack object 2021-08-21 22:03:30 +02:00
HashIndex.h LibSQL: Make TupleDescriptor a shared pointer instead of a stack object 2021-08-21 22:03:30 +02:00
Heap.cpp LibSQL: BTree index, Heap, and Meta objects for SQL Storage layer 2021-06-19 22:06:45 +02:00
Heap.h LibSQL: BTree index, Heap, and Meta objects for SQL Storage layer 2021-06-19 22:06:45 +02:00
Index.cpp LibSQL: Make TupleDescriptor a shared pointer instead of a stack object 2021-08-21 22:03:30 +02:00
Index.h LibSQL: Make TupleDescriptor a shared pointer instead of a stack object 2021-08-21 22:03:30 +02:00
Key.cpp LibSQL: Make TupleDescriptor a shared pointer instead of a stack object 2021-08-21 22:03:30 +02:00
Key.h LibSQL: Make TupleDescriptor a shared pointer instead of a stack object 2021-08-21 22:03:30 +02:00
Meta.cpp LibSQL: Added 'nullable' and 'default value' option to ColumnDef 2021-08-21 22:03:30 +02:00
Meta.h LibSQL: Added 'nullable' and 'default value' option to ColumnDef 2021-08-21 22:03:30 +02:00
Row.cpp LibSQL: Database layer 2021-06-19 22:06:45 +02:00
Row.h LibSQL: Database layer 2021-06-19 22:06:45 +02:00
Serialize.h LibSQL: Redesign Value implementation and add new types 2021-08-21 22:03:30 +02:00
SQLClient.cpp LibSQL+SQLServer: Build SQLServer system service 2021-07-08 17:55:59 +04:30
SQLClient.h LibSQL+SQLServer: Build SQLServer system service 2021-07-08 17:55:59 +04:30
SQLResult.h LibSQL+SQLServer: Build SQLServer system service 2021-07-08 17:55:59 +04:30
TreeNode.cpp LibSQL: Make TupleDescriptor a shared pointer instead of a stack object 2021-08-21 22:03:30 +02:00
Tuple.cpp LibSQL: Redesign Value implementation and add new types 2021-08-21 22:03:30 +02:00
Tuple.h LibSQL: Make TupleDescriptor a shared pointer instead of a stack object 2021-08-21 22:03:30 +02:00
TupleDescriptor.h LibSQL: Redesign Value implementation and add new types 2021-08-21 22:03:30 +02:00
Type.h LibSQL: Redesign Value implementation and add new types 2021-08-21 22:03:30 +02:00
Value.cpp LibSQL: Redesign Value implementation and add new types 2021-08-21 22:03:30 +02:00
Value.h LibSQL: Redesign Value implementation and add new types 2021-08-21 22:03:30 +02:00