summaryrefslogtreecommitdiffstats
path: root/run-tests
AgeCommit message (Collapse)Author
2014-05-20PEP8-ed the python executablesHarel Ben-Attia
2014-05-20Added -T flag for tab delimited outputHarel Ben-Attia
2014-05-15Fixed column type related issues with bulk loadHarel Ben-Attia
2014-03-03Added backticks to the -A analysis parameter, so it will be parsable with ↵Harel Ben-Attia
space containing column names as well
2014-03-03Keep leading spaces parameter + matching testsHarel Ben-Attia
2014-03-01Lots of changes preparing version 1.3.0b (beta). See below1.3.0bHarel Ben-Attia
- Added column type inference, still needs to be tested - Added column name detection when using -H - Added a test suite, in preparation for full refactoring - Added parsing mode flag - strict, relaxed of fluffy (a.k.a old behavior mode) - Breaking change - Changed -H behavior so it's now a flag an not a parameter (1 line always) - Fixed tab delimition parameter problem - Some more better error reporting - Removed engine v1, including engine parameter. Support for mult-char delimiters has been removed - breaking change