summaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Collapse)Author
2018-10-15make shabang python2-explicit until we support python 3 as wellexplicit-python2-shabangHarel Ben-Attia
2018-10-0620% improvementconsolidate-effective-column-namesHarel Ben-Attia
2018-03-24Hotfix for windows installation, to workaround pyinstaller warning bug1.7.4Harel Ben-Attia
2017-12-27Fix typo in some docs and scriptMichihito Shigemura
2017-11-24bump to 1.7.11.7.1Harel Ben-Attia
2017-11-24bump version numberHarel Ben-Attia
2017-11-241.7.0Harel Ben-Attia
2017-11-21wipsave-db-to-diskHarel Ben-Attia
2017-11-21Working save-to-db functionality, standard and fast, incl. some testsHarel Ben-Attia
2017-11-20working versions with sqlitebck - Need to find new packaging solutionHarel 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-20Bump version name in binary1.6.3Harel Ben-Attia
2017-04-06Added control over max field size + info when failing on this1.6.1v1.6.0-release-testHarel Ben-Attia
2017-04-06Added verbose debug info flagHarel Ben-Attia
2017-04-04v1.6.01.6.0Harel Ben Attia
2016-11-06Fix beautify when output headers existHarel Ben-Attia
2016-11-03Fixed bug with handling of null values in relaxed mode, exposed by #126Harel Ben-Attia
Also fix unrelated tests
2016-04-03Modified flag name for treating all column as text columnsHarel 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
This is actually a breaking change, since it adds the "expected but missing header" error instead of just ignoring/issuing a warning.
2015-12-08Fixed bug in escaping double-quotes (#115) + #116Harel Ben-Attia
2015-08-08Added initial percentile implementation - no tests for it yetHarel Ben-Attia
2015-08-08Merge branch 'master' of https://github.com/harelba/qHarel Ben-Attia
2015-08-04update query parameterjungle-boogie
https://github.com/harelba/q/issues/106 line 1502 indicates `query_option_group.add_option("-q", "--query-filename", dest="query_filename", default=None,`
2015-04-03Added stack traceback printout in case of DEBUG=trueHarel Ben-Attia
2015-01-26Fixed bug #89 - Output formatting attempts to apply to header rowHarel Ben-Attia
2014-12-13Added debian packaing script + more fixes to RPM creation + fixed error ↵Harel Ben-Attia
message text
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
python API) + RPM compiles q to binary Included changes: pick 8b4342d Refactored q to expose objects, and added a python package wrapper pick b0d28b1 Internalized exception handling into the q main object pick faf3904 Added reuse of loaded data + stdin injection to module API + tests pick 08cf2bb Allow different input params for each loaded file + loading file manually + fixed modeling of query encoding + tests pick 3a7fffd Separation of populate phases pick 92d0bb6 Provide table structure as part of responses + merge _populate method versions pick d04a24c Multiple queries on CLI + load data from string API + finer details in table structure response + tests pick d90c392 modified non existent file error msg + fixed response bug in table_structure when there are errors pick 5908a75 Fixed bug in str of the response pick a9dcc74 New RPM creation which matches commit hash to version, and compiles q pick 90fd18a Fixed permissions for new RPM.
2014-11-08typoFil
2014-11-08Added full control of input/output quoting of data + testsHarel Ben-Attia
Supported quoting types are none, miminal, non numeric and all
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 ↵Harel Ben-Attia
count of 1
2014-10-25Fixed csv double quote escaping behavior. New behavior is as in csv standards.Harel Ben-Attia
Added two backward compatibility flags to allow returning to the (broken) 1.4.0 functionality if needed Added tests to match Quoting output properly will be done separately
2014-10-23Added more version informationHarel Ben-Attia
2014-10-23Support for SELECT statements without a table, allowing things such as ↵Harel Ben-Attia
SELECT 5+8 and such
2014-10-23Merge branch 'master' of https://github.com/harelba/qHarel Ben-Attia
2014-10-23Added sha1 udfHarel Ben-Attia
2014-10-20Fix the error occurred when a column value includes unicode strings.Takahashi Mamoru
Its error message is "query error: user-defined function raised exception".
2014-06-14Removing "not released yet" comment...1.4.0Harel Ben-Attia
2014-06-14Added fix for regexp handling of null and non string dataHarel Ben-Attia
2014-06-14Changed RPM package name to q-text-as-data + Fixed RPM creation after folder ↵Harel Ben-Attia
refactoring + docs/man-page merge
2014-06-07Removed need for random temp tables + added join testsHarel Ben-Attia
2014-06-07Added option to add output header to the output + TestsHarel Ben-Attia
2014-06-07Encoding related additions + Allow reading query from a fileHarel Ben-Attia
* Allow reading queries from file * Allow selecting the encoding of the query itself * Allow selecting output encoding separately from input encoding * Better encoding error reporting * Additional tests
2014-06-07Native support for autodetected long data typesHarel Ben-Attia
2014-05-21Moved .qrc file to proper place after folder restructuringHarel Ben-Attia
2014-05-20Fixed copyright messageHarel Ben-Attia
2014-05-20Refactored folder structureHarel Ben-Attia