tangled
alpha
login
or
join now
jcs.org
/
serenity
0
fork
atom
Serenity Operating System
0
fork
atom
overview
issues
pulls
pipelines
serenity
/
Userland
/
Libraries
/
LibSQL
/
AST
/
at
master
18 files
AST.h
Everywhere: Remove NonnullRefPtr.h includes
3 years ago
CreateSchema.cpp
LibSQL+SQLServer: Return a NonnullRefPtr from Database::get_schema
3 years ago
CreateTable.cpp
Everywhere: Stop using NonnullRefPtrVector
3 years ago
Delete.cpp
LibSQL+SQLServer+sql: Send and parse the correct number of changed rows
3 years ago
Describe.cpp
Everywhere: Stop using NonnullRefPtrVector
3 years ago
Expression.cpp
Everywhere: Stop using NonnullRefPtrVector
3 years ago
Insert.cpp
Everywhere: Stop using NonnullRefPtrVector
3 years ago
Lexer.cpp
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
3 years ago
Lexer.h
AK+Everywhere: Rename String to DeprecatedString
3 years ago
Parser.cpp
Everywhere: Stop using NonnullRefPtrVector
3 years ago
Parser.h
LibSQL: Parse and execute sequential placeholder values
3 years ago
Select.cpp
Everywhere: Stop using NonnullRefPtrVector
3 years ago
Statement.cpp
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
3 years ago
SyntaxHighlighter.cpp
Libraries: Use default constructors/destructors in LibSQL
4 years ago
SyntaxHighlighter.h
LibSyntax: Teach each highlighter about it's comment syntax
3 years ago
Token.cpp
AK+Everywhere: Rename String to DeprecatedString
3 years ago
Token.h
LibSQL: Add parsing and evaluation of BOOLEAN type literals
3 years ago
Update.cpp
LibSQL: Partially implement the UPDATE command
3 years ago