index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
LibSQL
/
TestSqlStatementExecution.cpp
Age
Commit message (
Expand
)
Author
2022-12-14
LibSQL: Support 64-bit integer values and handle overflow errors
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-26
LibSQL: Fix BTree corruption in `TreeNode::split`
Jelle Raaijmakers
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-13
LibSQL: Convert binary SQL operations to be fallible
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-05
LibSQL: Implement DESCRIBE TABLE tests
Mahmoud Mandour
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
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 Tests: Add tests for `SELECT ... WHERE ...`
Jan de Visser
2021-10-04
LibSQL: Add an INSERT without column names test
Mahmoud Mandour
2021-10-04
LibSQL: Test INSERT statement with wrong number of values
Mahmoud Mandour
2021-10-04
LibSQL: Test INSERT statement with wrong data types
Mahmoud Mandour
2021-10-04
LibSQL: Check NoError individually in execution tests
Mahmoud Mandour
2021-09-11
Everywhere: Fix format-vulnerabilities
Ben Wiederhake
2021-08-21
LibSQL+SQLServer: Bare bones INSERT and SELECT statements
Jan de Visser