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
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
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
2021-06-22
LibSQL: Create databases in writable directory
coderdreams
2021-06-19
LibSQL: Database layer
Jan de Visser
2021-06-19
LibSQL: Hash index implementation for the SQL storage layer
Jan de Visser
2021-06-19
LibSQL: BTree index, Heap, and Meta objects for SQL Storage layer
Jan de Visser
2021-06-19
LibSQL: Basic dynamic value classes for SQL Storage layer
Jan de Visser
2021-06-08
LibSQL: Limit the number of nested subqueries
Timothy Flynn
2021-06-08
LibSQL: Rename expression tree depth limit test case
Timothy Flynn
2021-06-05
LibSQL: Limit the allowed depth of an expression tree
Timothy Flynn
2021-06-03
LibSQL: Report a syntax error for unsupported LIMIT clause syntax
Timothy Flynn
2021-06-01
LibSQL: Return an error for empty common table expression lists
Timothy Flynn
2021-05-06
Tests: Move LibSQL tests to Tests/LibSQL
Brian Gianforcaro