- Update sql dialect with session control
- Added ColumnTypes to Scanner interface
- Added vertica dialect
- Added dialect IsKeyCheckSessionLevel
- Added CopyLocalInsert batch support
- Changed IsNullable as interface type
- Added dialect.BulkInsertType
- Added INSERT ALL support
- Patched oracle show create table
- Patched CreateDatastore ora dialect
- Patched duplicate column DML builder
- Patched nil pointer on keySetter
- Secured raw description credentials
- Added DsnDescription method
- Removed SecuredDescriptor
* Added dynamic sql driver
* Added request limiter
* Reduced connection time
* Patched connection leackage
- Added Dialect.Ping to check/wait if database if online
- Added persist support with toolbox.Ranger, toolbox.Iterator data types
* Patched getColumn with metadata
* Patched show create table dialect embedding issue
* Patched persisting row with nil primary key value
* Change CreateTable specificiation data type
* Update sql parser with mili column IN clause
* Added casandra dialect
* Change Persist to allow table without pk (for insert only operation)
* Added CanHandleTransaction to dialect
* Extended dialect with ShowCreateTable