- Fix python2.7 issue with column names being converted from unicode to str
2.0.10
------------- Sep 7 2017
- Fix incorrect method name on command-line insert
2.0.9
------------- Sep 6 2017
- Attempted fix of regression introduced in previous commit to cleanup C code creating columns. Some values must not be initialized properly as this changed caused free() invalid pointer errors.
2.0.8
------------- Aug 31 2017
- Fix regression in behavior with dict return type where the column names are not preferring the alias where provided.
2.0.7
------------- Aug 29 2017
- Fix an issue with Context which prevented the use of arguments to the __init__ of a subclass