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
Age
Commit message (
Expand
)
Author
2022-06-13
AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice()
Matthias Zimmerman
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-25
Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer
Itamar
2022-02-13
LibSQL: Convert binary SQL operations to be fallible
Timothy Flynn
2022-02-13
LibSQL: Short-circuit single-element tuple comparisons
Timothy Flynn
2022-02-13
LibSQL: Implement converting float and tuple values to a boolean
Timothy Flynn
2022-02-13
LibSQL: Use absolute value when comparing against floating point epsilon
Timothy Flynn
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: Remove now-unused SQLResult class
Timothy Flynn
2022-02-10
LibSQL+SQLServer: Return the new Result class from statement executions
Timothy Flynn
2022-02-10
LibSQL: Add a new Result class to replace SQLResult
Timothy Flynn
2022-02-10
LibSQL: Do not return copies of vectors from table/index definitions
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-02-05
LibSQL: Avoid signed arithmetic in `IntegerImpl::compare`
Mahmoud Mandour
2022-01-31
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
Timothy Flynn
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
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-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
2022-01-07
LibSQL: Implement LIKE SQL expressions
Guilherme Gonçalves
2022-01-07
LibSQL: Properly parse ESCAPE expressions
Guilherme Gonçalves
2022-01-01
LibSQL: Avoid unnecessary copies in Heap
Ben Wiederhake
2021-12-11
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
Daniel Bertalan
2021-12-08
LibSQL: Avoid implicitly copying ByteBuffer
Ben Wiederhake
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
AK: Make ByteBuffer::try_* functions return ErrorOr<void>
Andreas Kling
2021-11-10
LibSQL: Implement table joins
Jan de Visser
2021-11-10
LibSQL: Relax assignment rules for Null Values
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-11-10
LibSQL: Add the 'extend' operation to the Tuple class
Jan de Visser
2021-11-08
LibSQL: Replace Result<T, E> use with ErrorOr<T>
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::open()
Andreas Kling
2021-11-02
Libraries: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-10-25
LibSQL: Add better error handling to `evaluate` and `execute` methods
Jan de Visser
2021-10-25
LibSQL: First cut of SQL `WHERE` clause
Jan de Visser
2021-10-25
LibSQL: Implement evaluate() method of BinaryOperatorExpression
Jan de Visser
2021-10-25
LibSQL: Implement binary operators for Value objects
Jan de Visser
2021-10-08
Libraries: Fix -Wunreachable-code warnings from clang
Nico Weber
[next]