| Commit message (Collapse) | Author | Age |
| |
|
|
| |
silently failing.
|
| | |
|
| |
|
|
|
|
|
|
| |
- 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.
|
| |
|
|
|
| |
type, as not every primary error code has an extended error code.
- Implement `Database.deinit` and `Database.query` functions.
|
| | |
|
| | |
|
|
|
Created project structure and changed `build.zig` and added licence.
|