Skip to content

v0.0.4

Compare
Choose a tag to compare
@mjl- mjl- released this 05 Jan 08:36
· 9 commits to master since this release
v0.0.4
f3d67f9
- Fix exporting records of (fixed length) array types that have zero values.
  The export code didn't take the fieldmap (used to store only the nonzero
  values) weren't taken into account when exporting). This function is used by
  the bstore command when exporting to CSV or JSON. This is not used during
  regular database operation.