Skip to content

Releases: zolern/adodb

No more variants

17 Sep 16:19
Compare
Choose a tag to compare
  • change variants to JsonNode in recordset results (breaking change)
  • conform latest stable (0.20.2) and devel (0.20.99) nim compilers
  • update deps

Better, faster

01 Jul 21:43
Compare
Choose a tag to compare
  • better memory management
  • better exception management
  • all db calls in separate thread
  • no more errors in db driver (>10 millions read/writes without crashing)
  • updated examples

Conform nim compiler 0.20

17 Jun 09:52
Compare
Choose a tag to compare
  • also deps are updated

Update to winim 3.0

20 Mar 16:22
Compare
Choose a tag to compare
v0.2.0

Update deps

Initial version

15 Feb 10:35
Compare
Choose a tag to compare
  • exec and query methods

  • SQL literal interpolation

  • timestamp custom format

  • NULL variant processing

  • data aggregation functions (DSum, DMax, DCount, etc.)