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
Age
Commit message (
Expand
)
Author
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-14
LibSQL: Ungracefully handle database version incompatibilities
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-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-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-13
LibSQL: Convert binary SQL operations to be fallible
Timothy Flynn
2022-02-13
LibSQL: Implement converting float and tuple values to a boolean
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-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-05
Tests: Cast unused smart-pointer return values to void
Sam Atkins
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-11-10
LibSQL: Add 'schema' and 'table' to TupleElementDescriptor
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-09-03
Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr
Daniel Bertalan
2021-09-02
Tests: Remove all file(GLOB) from CMakeLists in Tests
Andrew Kaster
2021-08-21
LibSQL: Introduce Serializer as a mediator between Heap and client code
Jan de Visser
2021-08-21
LibSQL+SQLServer: Bare bones INSERT and SELECT statements
Jan de Visser
2021-08-21
LibSQL: Redesign Value implementation and add new types
Jan de Visser
2021-08-21
LibSQL: Make TupleDescriptor a shared pointer instead of a stack object
Jan de Visser
2021-07-14
Tests: Fix compile errors on Clang
Daniel Bertalan
2021-07-08
LibSQL+SQLServer: Build SQLServer system service
Jan de Visser
2021-07-08
LibSQL: Move Order and Nulls enums from SQL::AST to SQL namespace
Jan de Visser
2021-06-24
LibSQL: Reduce run time of TestSqlDatabase
Jan de Visser
[next]