Timothy Flynn
|
ab99ed5fba
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
|
2 years ago |
Timothy Flynn
|
9b483625e6
LibIPC+Everywhere: Change IPC decoders to construct values in-place
|
2 years ago |
Timothy Flynn
|
781e3aea8b
LibSQL: Convert string values to a double in a locale-independent manner
|
2 years ago |
Timothy Flynn
|
72e41a7dbd
LibSQL: Support 64-bit integer values and handle overflow errors
|
2 years ago |
Timothy Flynn
|
264db4fc40
LibSQL: Remove unnecessary values from the ENUMERATE_SQL_TYPES macro
|
2 years ago |
Timothy Flynn
|
83bb25611e
LibSQL: Add an IPC encoder/decoder for SQL::Value
|
2 years ago |
Timothy Flynn
|
53f8d62ea4
LibSQL: Partially implement the UPDATE command
|
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
|
7464dfa974
LibSQL: Add missing definition of Value's u32 comparator
|
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 |
sin-ack
|
c8585b77d2
Everywhere: Replace single-char StringView op. arguments with chars
|
3 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
Timothy Flynn
|
bfe1bd9726
LibSQL: Convert binary SQL operations to be fallible
|
3 years ago |
Timothy Flynn
|
b15db851fe
LibSQL: Short-circuit single-element tuple comparisons
|
3 years ago |
Timothy Flynn
|
e13c96157c
LibSQL: Implement converting float and tuple values to a boolean
|
3 years ago |
Timothy Flynn
|
8fab99e920
LibSQL: Use absolute value when comparing against floating point epsilon
|
3 years ago |
Mahmoud Mandour
|
cd4dba87fa
LibSQL: Avoid signed arithmetic in `IntegerImpl::compare`
|
3 years ago |
Jan de Visser
|
87f4c1677b
LibSQL: Relax assignment rules for Null Values
|
3 years ago |
Jan de Visser
|
7ea54db430
LibSQL: Add 'schema' and 'table' to TupleElementDescriptor
|
3 years ago |
Jan de Visser
|
73fc023652
LibSQL: Implement binary operators for Value objects
|
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 |
Ali Mohammad Pur
|
15f95220ae
AK+Everywhere: Delete Variant's default constructor
|
3 years ago |
Jan de Visser
|
2a46529170
LibSQL: Basic dynamic value classes for SQL Storage layer
|
4 years ago |