index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibSQL
/
Value.cpp
Age
Commit message (
Expand
)
Author
2022-02-13
LibSQL: Convert binary SQL operations to be fallible
Timothy Flynn
2022-02-13
LibSQL: Short-circuit single-element tuple comparisons
Timothy Flynn
2022-02-13
LibSQL: Implement converting float and tuple values to a boolean
Timothy Flynn
2022-02-13
LibSQL: Use absolute value when comparing against floating point epsilon
Timothy Flynn
2022-02-05
LibSQL: Avoid signed arithmetic in `IntegerImpl::compare`
Mahmoud Mandour
2021-11-10
LibSQL: Relax assignment rules for Null Values
Jan de Visser
2021-11-10
LibSQL: Add 'schema' and 'table' to TupleElementDescriptor
Jan de Visser
2021-10-25
LibSQL: Implement binary operators for Value objects
Jan de Visser
2021-08-21
LibSQL: Introduce Serializer as a mediator between Heap and client code
Jan de Visser
2021-08-21
LibSQL: Redesign Value implementation and add new types
Jan de Visser
2021-08-13
AK+Everywhere: Delete Variant's default constructor
Ali Mohammad Pur
2021-06-19
LibSQL: Basic dynamic value classes for SQL Storage layer
Jan de Visser