Fredrik de Vibe
Fredrik de Vibe
boss_db.erl permits `undefined` to be written to a database, no matter what type is specified (in `validate_record_types/1`), but in boss_record_lib.erl, in `convert_value_to_type/2`, it is not allowed if the type is...
... in the correct format. Replaces #201, as this only affects the mongo adapter.
After running `git filter-repo --analyze`, I am, as expected, left with a subdirectory `filter-repo/analysis`, containing files like `path-deleted-sizes.txt`. Now, after examining this file closer, I see there are files listed...
This adds support for passing rows to a deferred function that checks rows.Err(). It is likely that this could be done differently, I have limited understanding of the internals here,...