Skip to content

Tests. Docs, More C++ based functions and Bug fixes.

Compare
Choose a tag to compare
@jdunkerley jdunkerley released this 15 May 15:21
· 134 commits to master since this release
  • Full set of unit tests for all the functions.
  • Wiki now contains a function reference for all the functions.
  • Improved Install.bat to pick up all xml and dll files.

New Functions

  • MathUtils: AVG, COUNT, SUM
  • DateUtils: MAKETIME, MAKEDATETIME, TODATE, TODATETIME, DATEADD

Updates

  • MathUtils: HEXBINX and HEXBINY moved to C++ functions

Bug Fixes:

  • StringUtils: LEFTPART and RIGHTPART missing bracket.
  • StringUtils: RIGHTPART return whole string if delimiter not found.
  • MathUtils: MODULO deal with NULL or 0 for divisor.