Age | Commit message (Expand) | Author |
---|---|---|
2023-04-09 | Everywhere: Remove unused DeprecatedString includes | Ben Wiederhake |
2023-01-26 | LibSQL: Don't interpret AK::Error codes as SQL error codes | 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-07 | LibSQL: Parse and execute sequential placeholder values | Timothy Flynn |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-02-10 | LibSQL+SQLServer: Introduce and use ResultOr<ValueType> | Timothy Flynn |
2022-02-10 | LibSQL+SQLServer: Move LibSQL/SQLResult.[h,cpp] to LibSQL/Result.[h,cpp] | Timothy Flynn |