Fix @ID generation for nil values
This patch was authored and released by @tanner0101.
Fixes an issue causing .database
generated @ID
s 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.