v0.12.2
This patch fix resolves a couple of issues caught during our testing improvements:
- CSVs now have the ability to properly round-trip null values. The default null value respected by the extension is an empty string (
,,in the plaintext would represent a null value, for example), with an additional CSV Item Factory surface allowing for overrides (N/A,NA, etc). - Resolved an issue around 0.12.1's EFCore shape validation for provider-specific quirks about nullability reporting. EFCore+PGSQL should now accurately report nullability checks during pre-flight.
🩹 Fixes
- test fixtures & CSV nullability fix (80a6a4f6)
- resolved nullability bug for PGSQL on EFCore shape validator (0cb460d9)
❤️ Thank You
- Spencer Elkington