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
/
Database.cpp
Age
Commit message (
Expand
)
Author
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-02-21
LibSQL: Fix minor const-correctness issues
Andreas Kling
2023-01-02
Everywhere: Remove unused includes of AK/Format.h
Ben Wiederhake
2022-12-14
LibSQL: Support 64-bit integer values and handle overflow errors
Timothy Flynn
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-30
LibSQL: Partially implement the DELETE command
Timothy Flynn
2022-11-30
LibSQL: Store a NonnullRefPtr to the table definition in SQL::Row
Timothy Flynn
2022-11-30
LibSQL+SQLServer: Return a NonnullRefPtr from Database::get_table
Timothy Flynn
2022-11-30
LibSQL+SQLServer: Return a NonnullRefPtr from Database::get_schema
Timothy Flynn
2022-11-30
LibSQL: Rename Row::next_pointer setter to Row::set_next_pointer
Timothy Flynn
2022-11-30
LibSQL: Immediately commit database modifications (for now)
Timothy Flynn
2022-11-26
LibSQL: Fix BTree corruption in `TreeNode::split`
Jelle Raaijmakers
2022-07-12
Everywhere: Split Error::from_string_literal and Error::from_string_view
sin-ack
2022-02-05
LibSQL: Implement a DESCRIBE TABLE statement
Mahmoud Mandour
2021-12-04
LibSQL: Improve error handling
Jan de Visser
2021-10-08
Libraries: Fix -Wunreachable-code warnings from clang
Nico Weber
2021-08-21
LibSQL: Introduce Serializer as a mediator between Heap and client code
Jan de Visser
2021-08-21
LibSQL+SQLServer: Bare bones INSERT and SELECT statements
Jan de Visser
2021-07-08
LibSQL: Invent statement execution machinery and CREATE SCHEMA statement
Jan de Visser
2021-06-19
LibSQL: Database layer
Jan de Visser