- Restructure/consolidate C files - File text parsing now uses the Python csv module (15) - Decimal type now returns as giraffez.Decimal (only in giraffez.Cmd) - Fix reader modes in Python 3 when using gzip on non-archive output - Rename some internal types for consistency
1.0.5
------------- Oct 5 2016
- Fix Python3 incompatible raw_input - Add new methods to Row/Result to replace to_json - Fix Export overwriting the same column names when using dict output
1.0.4
------------- Sep 5 2016
- Improve build tools and add graceful shutdown (no longer registered by default) - Fix MOD_DEF macros not working in MSVC 10 compiler - Add missing import in giraffez/parser.py - Fix decimal64 overflow on MSVC