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
/
Tuple.h
Age
Commit message (
Expand
)
Author
2023-01-02
Everywhere: Move AK/Debug.h include to using files or remove
Ben Wiederhake
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Send result rows over IPC as SQL::Value
Timothy Flynn
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-30
LibSQL: Don't copy strings when searching for a column's index
Timothy Flynn
2022-11-26
LibSQL: Remove superfluous `VERIFY`s for `Vector` accessing
Jelle Raaijmakers
2021-11-10
LibSQL: Add the 'extend' operation to the Tuple class
Jan de Visser
2021-10-05
LibSQL: Allow expressions and column names in SELECT ... FROM
Jan de Visser
2021-08-21
LibSQL: Introduce Serializer as a mediator between Heap and client code
Jan de Visser
2021-08-21
LibSQL: Make TupleDescriptor a shared pointer instead of a stack object
Jan de Visser
2021-07-08
LibSQL: Invent statement execution machinery and CREATE SCHEMA statement
Jan de Visser
2021-07-08
LibSQL: Move Order and Nulls enums from SQL::AST to SQL namespace
Jan de Visser
2021-06-19
LibSQL: Basic dynamic value classes for SQL Storage layer
Jan de Visser