summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2022-01-22Added filename parsing functionsHarel Ben-Attia
2022-01-16update benchmark docHarel Ben-Attia
2022-01-16update caching information in benchmark results pageHarel Ben-Attia
2021-11-26Forgot to fix one of the tests. I knew I should test it on the PR before merg...Harel Ben-Attia
2021-11-26Release 3.1.3 (#286)Harel Ben-Attia
2021-10-23Remove sqlitebck dependency + windows is working, but not in runner + other f...Harel Ben-Attia
2021-10-22q version 3.1.0-beta - automatic immutable caching and direct queries on sqli...v3.1.0-betaHarel Ben-Attia
2020-09-19q benchmark (#241)2.0.18Harel Ben-Attia
2020-09-14reintroduce old sha1 for backward compat + version bumpsHarel Ben-Attia
2020-09-13fix python2/3 issue in testHarel Ben-Attia
2020-09-13option to list udfs, and added new functionsHarel Ben-Attia
2020-09-11multiple usability additionsHarel Ben-Attia
2020-09-11fixed multiline quoting for `-W minimal`Harel Ben-Attia
2020-09-10wipHarel Ben-Attia
2020-06-03Some info regarding the possibility of BOM on failure2.0.142.0.132.0.112.0.11Harel Ben-Attia
2020-01-20wipbinary-executable-version-releaseHarel Ben-Attia
2020-01-12wipHarel Ben-Attia
2020-01-12wipHarel Ben-Attia
2019-12-21Fix output header issue for multi-file tables https://github.com/harelba/q/is...2.0.92.0.8Harel Ben-Attia
2018-12-21handle python 3.7 deprecation warning for universal file modemore-py3-stuffHarel Ben-Attia
2018-12-11everything running on both versions, requires more consolidation and optimiza...Harel Ben-Attia
2018-12-11wipHarel Ben-Attia
2018-12-11remove deprecation warningsHarel Ben-Attia
2018-12-10Fixed all tests except universal newlines in py3Harel Ben-Attia
2018-12-08wipHarel Ben-Attia
2018-12-08wipHarel Ben-Attia
2018-12-08wipHarel Ben-Attia
2018-12-08wipHarel Ben-Attia
2018-12-08wipHarel Ben-Attia
2018-12-07lots of test six.b() changes - not sure if query_encoding changes are goodHarel Ben-Attia
2018-12-07wipHarel Ben-Attia
2017-11-21Working save-to-db functionality, standard and fast, incl. some testsHarel Ben-Attia
2017-04-23Added proper error messages when having duplicate column namesHarel Ben-Attia
2017-04-22Added flag for basic support of universal newlinesHarel Ben-Attia
2017-04-06Added control over max field size + info when failing on this1.6.1v1.6.0-release-testHarel Ben-Attia
2017-01-25If the test fails, exit code is 1Ryo Shibayama
2017-01-25Do not use sed which depends on processing systemRyo Shibayama
2016-11-03Fixed bug with handling of null values in relaxed mode, exposed by #126Harel Ben-Attia
2016-04-02Added a flag to disable automatic column type detectionHarel Ben-Attia
2016-03-08Fixed #122 - Empty data and missing header behavior fixedHarel Ben-Attia
2015-12-08Fixed bug in escaping double-quotes (#115) + #116Harel Ben-Attia
2015-01-26Fixed bug #89 - Output formatting attempts to apply to header rowHarel Ben-Attia
2014-12-12Fixed utf-8 with BOM issues and reinstated the matching test + docs stuffHarel Ben-Attia
2014-12-10Multiple queries on CLI + Reuse of loaded data + Full code refactoring (full ...Harel Ben-Attia
2014-11-08Added full control of input/output quoting of data + testsHarel Ben-Attia
2014-10-30Fixed proper encoding when opening file, limiting zipping from stdinHarel Ben-Attia
2014-10-26Suppressed column count warning when the user provides a specific column coun...Harel Ben-Attia
2014-10-25Fixed csv double quote escaping behavior. New behavior is as in csv standards.Harel Ben-Attia
2014-06-14Added fix for regexp handling of null and non string dataHarel Ben-Attia
2014-06-07Removed need for random temp tables + added join testsHarel Ben-Attia