Age | Commit message (Expand) | Author |
---|---|---|
2023-02-21 | LibSQL: Fix minor const-correctness issues | Andreas Kling |
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+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-10-14 | LibSQL: Add missing header includes | Timothy Flynn |
2022-02-05 | LibSQL: Implement a DESCRIBE TABLE statement | Mahmoud Mandour |
2021-12-04 | LibSQL: Improve error handling | Jan de Visser |
2021-11-02 | Libraries: Fix visibility of Object-derivative constructors | Ben Wiederhake |
2021-08-21 | LibSQL: Introduce Serializer as a mediator between Heap and client code | Jan de Visser |
2021-06-19 | LibSQL: Database layer | Jan de Visser |