Skip to content

Fix @ID generation for nil values

Compare
Choose a tag to compare
@tanner0101 tanner0101 released this 15 Jul 13:40
c181c80
This patch was authored and released by @tanner0101.

Fixes an issue causing .database generated @IDs to not generate values when set to nil (#353).

This issue was caused by changes in 1.3.2 (#352). FluentBenchmarker has been updated with a test that should catch this bug going forward.