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
Age
Commit message (
Expand
)
Author
2023-04-25
LibSQL: Handle statements with malformed exists expressions correctly
Tim Ledbetter
2023-03-15
LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes
Sam Atkins
2023-03-06
Everywhere: Remove NonnullRefPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-02-21
LibSQL: Fix minor const-correctness issues
Andreas Kling
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2023-02-03
LibSQL: Store selected column names in the results for SELECT statements
Timothy Flynn
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-01
LibSQL: Add parsing and evaluation of BOOLEAN type literals
Timothy Flynn
2022-12-14
LibSQL: Support 64-bit integer values and handle overflow errors
Timothy Flynn
2022-12-07
LibSQL+SQLServer+sql: Send and parse the correct number of changed rows
Timothy Flynn
2022-12-07
LibSQL: Parse and execute sequential placeholder values
Timothy Flynn
2022-12-07
LibSQL: Partially implement the UPDATE command
Timothy Flynn
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
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-11-30
LibSQL: Immediately commit database modifications (for now)
Timothy Flynn
2022-11-30
LibSQL: Support BOOLEAN column types in the CREATE TABLE command
Timothy Flynn
2022-11-27
LibSyntax: Teach each highlighter about it's comment syntax
Kyle Lanmon
2022-10-14
LibSQL: Rewrite the SQL::Value type to be contained within one class
Timothy Flynn
2022-10-14
LibSQL: Remove infallible type conversions from SQL::Value
Timothy Flynn
2022-10-14
LibSQL: Copy SQL::Value instances less frequently (which may be vectors)
Timothy Flynn
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-03-18
Userland: Change static const variables to static constexpr
Lenny Maiorani
2022-03-13
Libraries: Use default constructors/destructors in LibSQL
Lenny Maiorani
2022-02-13
LibSQL: Return a not-yet-implemented error for unimplemented expressions
Timothy Flynn
2022-02-10
LibSQL: Return unimplemented errors from unimplemented MATCH expressions
Timothy Flynn
2022-02-10
LibSQL: Remove the now-unused ExecutionContext::result object
Timothy Flynn
2022-02-10
LibSQL: Convert SQL expression evaluation to use ResultOr
Timothy Flynn
2022-02-10
LibSQL+SQLServer: Introduce and use ResultOr<ValueType>
Timothy Flynn
2022-02-10
LibSQL: Do not crash when SELECTing from an empty table
Timothy Flynn
2022-02-10
LibSQL+SQLServer: Move LibSQL/SQLResult.[h,cpp] to LibSQL/Result.[h,cpp]
Timothy Flynn
2022-02-10
LibSQL+SQLServer: Return the new Result class from statement executions
Timothy Flynn
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-23
LibSQL: Add simple REGEXP match
mnlrsn
2022-01-16
LibSQL: Introduce SELECT ... LIMIT xxx OFFSET yyy
Jan de Visser
2022-01-16
LibSQL+SQLServer: Implement first cut of SELECT ... ORDER BY foo
Jan de Visser
2022-01-07
LibSQL: Implement LIKE SQL expressions
Guilherme Gonçalves
2022-01-07
LibSQL: Properly parse ESCAPE expressions
Guilherme Gonçalves
2021-12-11
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
Daniel Bertalan
2021-12-04
LibSQL: Gracefully react to unimplemented valid SQL
Jan de Visser
2021-12-04
LibSQL: Improve error handling
Jan de Visser
2021-11-10
LibSQL: Implement table joins
Jan de Visser
2021-11-10
LibSQL: Add current statement to the ExecutionContext
Jan de Visser
2021-10-25
LibSQL: Add better error handling to `evaluate` and `execute` methods
Jan de Visser
[next]