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
2023-01-26
LibSQL: Don't interpret AK::Error codes as SQL error codes
Timothy Flynn
2023-01-14
LibSQL: Don't do fchmod on OpenBSD
nipos
2023-01-14
LibSQL: Don't do fchmod on FreeBSD
nipos
2023-01-04
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
Timothy Flynn
2023-01-02
Everywhere: Remove unused includes of AK/Format.h
Ben Wiederhake
2023-01-02
Everywhere: Move AK/Debug.h include to using files or remove
Ben Wiederhake
2023-01-01
LibSQL: Add parsing and evaluation of BOOLEAN type literals
Timothy Flynn
2022-12-26
LibIPC+Everywhere: Change IPC decoders to construct values in-place
Timothy Flynn
2022-12-23
LibSQL: Output a more specific error on failed socket creation
Yedaya Katsman
2022-12-14
LibSQL: Convert string values to a double in a locale-independent manner
Timothy Flynn
2022-12-14
LibSQL: Support 64-bit integer values and handle overflow errors
Timothy Flynn
2022-12-14
LibSQL: Sort the list of SQL error codes alphabetically
Timothy Flynn
2022-12-14
LibSQL: Remove unnecessary values from the ENUMERATE_SQL_TYPES macro
Timothy Flynn
2022-12-14
LibSQL: Ungracefully handle database version incompatibilities
Timothy Flynn
2022-12-14
Everywhere: Stop shoving things into ::std and mentioning them as such
Ali Mohammad Pur
2022-12-12
LibCore: Rename `Stream::read_all` to `read_until_eof`
Tim Schumacher
2022-12-11
LibSQL: Don't use the SQL socket file path as its descriptor
Timothy Flynn
2022-12-11
LibSQL: Do not fchmod the SQL socket on macOS
Timothy Flynn
2022-12-11
LibSQL: Support launching a singleton SQLServer instance for Lagom hosts
Timothy Flynn
2022-12-08
LibSQL+SQLServer+SQLStudio+sql: Give ID types a distinct name
Timothy Flynn
2022-12-08
LibSQL: Mark SQLClient's constructor as public
Timothy Flynn
2022-12-08
LibSQL+SQLServer: Generate SQLServer's IPC sources with LibSQL on Lagom
Timothy Flynn
2022-12-07
LibSQL+SQLServer+sql: Send and parse the correct number of changed rows
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Send result rows over IPC as SQL::Value
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Propagate connection errors immediately
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Allocate per-statement-execution IDs
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Use proper types for SQL IPC and IDs
Timothy Flynn
2022-12-07
LibSQL: Add an IPC encoder/decoder for SQL::Value
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: Store a NonnullRefPtr to the table definition in SQL::Row
Timothy Flynn
2022-11-30
LibSQL: Remove unused SQL::Row constructors/methods
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: Add missing definition of Value's u32 comparator
Timothy Flynn
2022-11-30
LibSQL: Don't copy strings when searching for a column's index
Timothy Flynn
2022-11-30
LibSQL: Rename Row::next_pointer setter to Row::set_next_pointer
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-11-26
LibSQL: Fix BTree corruption in `TreeNode::split`
Jelle Raaijmakers
2022-11-26
LibSQL: Remove unused method `Heap::has_block`
Jelle Raaijmakers
2022-11-26
LibSQL: Remove superfluous `VERIFY`s for `Vector` accessing
Jelle Raaijmakers
2022-11-06
Everywhere: Remove redundant inequality comparison operators
Daniel Bertalan
2022-11-01
LibSQL: Replace DownPointer copy constructor with move constructor
Timothy Flynn
2022-11-01
LibSQL: Fix typo in debugging statement
Timothy Flynn
2022-11-01
LibSQL: Compute byte buffer offsets using size_t
Timothy Flynn
[next]