All Versions
27
Latest Version
Avg Release Cycle
34 days
Latest Release
1470 days ago

Changelog History
Page 3

  • v0.5.0 Changes

    February 23, 2019
    • Added persist support with toolbox.Ranger, toolbox.Iterator data types
  • v0.4.4 Changes

    February 06, 2019
    * Patched getColumn with metadata
    
  • v0.4.3 Changes

    February 06, 2019
    * Patched show create table dialect embedding issue
    
  • v0.4.2 Changes

    January 31, 2018
    * Patched persisting row with nil primary key value
    
  • v0.4.1 Changes

    January 19, 2018
    * Change CreateTable specificiation data type
    * Update sql parser with mili column IN clause
    
  • v0.3.0 Changes

    December 27, 2018
    * Added casandra dialect
    * Change Persist to allow table without pk (for insert only operation)
    * Added CanHandleTransaction to dialect
    
  • v0.2.0 Changes

    November 05, 2018
    * Extended dialect with ShowCreateTable