summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibSQL/Database.cpp
AgeCommit message (Expand)Author
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-02-21LibSQL: Fix minor const-correctness issuesAndreas Kling
2023-01-02Everywhere: Remove unused includes of AK/Format.hBen Wiederhake
2022-12-14LibSQL: Support 64-bit integer values and handle overflow errorsTimothy Flynn
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-30LibSQL: Partially implement the DELETE commandTimothy Flynn
2022-11-30LibSQL: Store a NonnullRefPtr to the table definition in SQL::RowTimothy Flynn
2022-11-30LibSQL+SQLServer: Return a NonnullRefPtr from Database::get_tableTimothy Flynn
2022-11-30LibSQL+SQLServer: Return a NonnullRefPtr from Database::get_schemaTimothy Flynn
2022-11-30LibSQL: Rename Row::next_pointer setter to Row::set_next_pointerTimothy Flynn
2022-11-30LibSQL: Immediately commit database modifications (for now)Timothy Flynn
2022-11-26LibSQL: Fix BTree corruption in `TreeNode::split`Jelle Raaijmakers
2022-07-12Everywhere: Split Error::from_string_literal and Error::from_string_viewsin-ack
2022-02-05LibSQL: Implement a DESCRIBE TABLE statementMahmoud Mandour
2021-12-04LibSQL: Improve error handlingJan de Visser
2021-10-08Libraries: Fix -Wunreachable-code warnings from clangNico Weber
2021-08-21LibSQL: Introduce Serializer as a mediator between Heap and client codeJan de Visser
2021-08-21LibSQL+SQLServer: Bare bones INSERT and SELECT statementsJan de Visser
2021-07-08LibSQL: Invent statement execution machinery and CREATE SCHEMA statementJan de Visser
2021-06-19LibSQL: Database layerJan de Visser