Timothy Flynn
|
cd0e07f6a4
LibSQL: Add a helper to convert a SQL::Value to a UnixDateTime
|
1 year ago |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |
Ben Wiederhake
|
f890b70eae
Tests: Prefer TRY_OR_FAIL() and MUST() over EXPECT(!.is_error())
|
2 years ago |
Timothy Flynn
|
72e41a7dbd
LibSQL: Support 64-bit integer values and handle overflow errors
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Timothy Flynn
|
1524288127
LibSQL: Rewrite the SQL::Value type to be contained within one class
|
2 years ago |
Timothy Flynn
|
7d41b46a7d
LibSQL: Remove infallible type conversions from SQL::Value
|
2 years ago |
Timothy Flynn
|
e13c96157c
LibSQL: Implement converting float and tuple values to a boolean
|
3 years ago |
Jan de Visser
|
7ea54db430
LibSQL: Add 'schema' and 'table' to TupleElementDescriptor
|
3 years ago |
Jan de Visser
|
85a84b0794
LibSQL: Introduce Serializer as a mediator between Heap and client code
|
3 years ago |
Jan de Visser
|
b74721e604
LibSQL: Redesign Value implementation and add new types
|
4 years ago |
Jan de Visser
|
a5e28f2897
LibSQL: Make TupleDescriptor a shared pointer instead of a stack object
|
4 years ago |
Jan de Visser
|
30691549fd
LibSQL: Move Order and Nulls enums from SQL::AST to SQL namespace
|
4 years ago |
Jan de Visser
|
4198f7e1af
LibSQL: Move Lexer and Parser machinery to AST directory
|
4 years ago |
Jan de Visser
|
2a46529170
LibSQL: Basic dynamic value classes for SQL Storage layer
|
4 years ago |