-------------
Aug 10 2017
- Improvement: New C serializer (faster MLoad encoding)
- Improvement: TeradataCmd API, there is now only one execute method
that handles all cases (single statement, multiple statement (sync),
multiple statement (async), file input)
- Improvement: TeradataMLoad API, no longer need to call finish method
- Improvement: TeradataExport API, convenient methods for returning
different result types (dict, list, and str)
- Fix 37