Skip to content

Files

Latest commit

41f9fd2 · Sep 17, 2019

History

History
30 lines (26 loc) · 659 Bytes

changelog.md

File metadata and controls

30 lines (26 loc) · 659 Bytes

Version 0.4.0

  • no move variant as result value, JsonNode used instead

Version 0.3.0

  • better memory management
  • better exception management
  • all db calls in separate thread
  • no more errors in db driver (>10 millions read/writes without crashing)
  • update examples

Version 0.2.1

  • support updated winim 3.1
  • conform nim 0.20

Version 0.2.0

  • support updated winim 3.0
  • conform nim 0.19

Version 0.1.0

  • Initial release
  • exec and query methods
  • SQL literal interpolation
  • timestamp custom format
  • NULL variant processing
  • data aggregation functions (DSum, DMax, DCount, etc.)