| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Make length conversion safety-check for illegal behaviour instead of | Alexander Rolley | 2026-05-23 |
| | | | | | silently failing. | ||
| * | Minor changes to documentation. | Alexander Rolley | 2026-05-23 |
| | | |||
| * | - Add documentation. | Alexander Rolley | 2026-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 error | Alexander Rolley | 2026-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 Rolley | 2026-05-20 |
| | | |||
| * | Start on Sqlite3. | Alexander Rolley | 2026-05-20 |