Skip to content

v0.12.2

Choose a tag to compare

@github-actions github-actions released this 29 Apr 18:41
· 34 commits to main since this release

This patch fix resolves a couple of issues caught during our testing improvements:

  1. 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).
  2. 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