Timothy Flynn aba7f11a50 LibSQL: Partially implement the DELETE command 2 years ago
..
AST.h aba7f11a50 LibSQL: Partially implement the DELETE command 2 years ago
CreateSchema.cpp 56843baff9 LibSQL+SQLServer: Return a NonnullRefPtr from Database::get_schema 2 years ago
CreateTable.cpp 4b70908dc4 LibSQL+SQLServer: Return a NonnullRefPtr from Database::get_table 2 years ago
Delete.cpp aba7f11a50 LibSQL: Partially implement the DELETE command 2 years ago
Describe.cpp 4b70908dc4 LibSQL+SQLServer: Return a NonnullRefPtr from Database::get_table 2 years ago
Expression.cpp 1524288127 LibSQL: Rewrite the SQL::Value type to be contained within one class 2 years ago
Insert.cpp 4b70908dc4 LibSQL+SQLServer: Return a NonnullRefPtr from Database::get_table 2 years ago
Lexer.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 years ago
Lexer.h 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 years ago
Parser.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 years ago
Parser.h 086969277e Everywhere: Run clang-format 3 years ago
Select.cpp 4b70908dc4 LibSQL+SQLServer: Return a NonnullRefPtr from Database::get_table 2 years ago
Statement.cpp 17988bab75 LibSQL: Immediately commit database modifications (for now) 2 years ago
SyntaxHighlighter.cpp 7abb782206 Libraries: Use default constructors/destructors in LibSQL 3 years ago
SyntaxHighlighter.h 31290c8527 LibSyntax: Teach each highlighter about it's comment syntax 2 years ago
Token.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 years ago
Token.h f6233913ad LibSQL: Implement a DESCRIBE TABLE statement 3 years ago