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
/
AST
/
Parser.cpp
Age
Commit message (
Expand
)
Author
2022-12-07
LibSQL: Parse and execute sequential placeholder values
Timothy Flynn
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-09
LibSQL: Update list of expected statements
Daniel van Gerpen
2022-02-05
LibSQL: Implement a DESCRIBE TABLE statement
Mahmoud Mandour
2022-01-31
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
Timothy Flynn
2022-01-07
LibSQL: Properly parse ESCAPE expressions
Guilherme Gonçalves
2021-09-03
Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr
Daniel Bertalan
2021-09-03
LibSQL: Replace Optional<NonnullRefPtr<T>> with RefPtr<T>
Andreas Kling
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-24
LibSQL: Make lexer and parser more standard SQL compliant
Jan de Visser
2021-06-24
LibSQL: Move Lexer and Parser machinery to AST directory
Jan de Visser