aboutsummaryrefslogtreecommitdiff
path: root/src/db/sqlite.zig
Commit message (Collapse)AuthorAge
* Make length conversion safety-check for illegal behaviour instead ofAlexander Rolley2026-05-23
| | | | silently failing.
* Minor changes to documentation.Alexander Rolley2026-05-23
|
* - Add documentation.Alexander Rolley2026-05-22
| | | | | | | | - Add debug assertion to `Result.from`. - Rename `Result.asError` to `Result.toError`. - Fix bug in `Result.toError` where if `self` was an extended result code, only the primary result code would be returned as the error name.
* - Add associated function on `Result` type that returns the errorAlexander Rolley2026-05-21
| | | | | type, as not every primary error code has an extended error code. - Implement `Database.deinit` and `Database.query` functions.
* Implement Sqlite3 result codes and start on database abstraction.Alexander Rolley2026-05-20
|
* Start on Sqlite3.Alexander Rolley2026-05-20