Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Don't consume values when using .get() method | Ben Bridle | 2025-03-11 |
| | | | | | This didn't make much sense, there are valid reasons to read the same value multiple times. | ||
* | Add as_str and as_str_opt methods for values | Ben Bridle | 2025-03-04 |
| | | | | These are borrowing versions of the as_string and as_string_opt methods. | ||
* | Implement error reporting | Ben Bridle | 2025-03-03 |
The library has been redesigned so that all queries can be entered before any values are parsed. This allows all errors unrelated to value parsing to be displayed as a batch. |