Skip to content

v0.0.2

Compare
Choose a tag to compare
@urso urso released this 03 Aug 22:24
6599714

Added

  • Add (*pq.Reader).Begin/Done to reuse a read transaction for multiple reads. PR #4
  • Add Flags to txfile.Options. PR #5
  • Add support to increase a file's maxSize on open. PR #5
  • Add support to reduce the maximum file size PR #8
  • Add support to pre-allocate the meta area. PR #7
  • Improved error handling and error reporting. PR #15, #16, #17, #18
  • Begin returns an error if transaction is not compatible to file open mode. PR #17
  • Introduce Error type to txfile and pq package. PR #17, #18

Changed

  • Refine platform dependent file syncing. PR #10
  • Begin methods can return an error. PR #17

Fixed

  • Windows Fix: Add missing file unlock on close, so file can be reopened and locked. PR #11
  • Windows Fix: Can not open file because '' can not be locked right now. PR #11
  • Windows Fix: Max mmaped area must not exceed actual file size on windows. PR #11