FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/test - DavidTimms/csv-sql · GitHub
DavidTimms
/
csv-sql
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
4
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
csv-sql
src
test
on
master
User selector
Datepicker
Commit history
Commits on Jul 13, 2016
If FROM Clause is Omitted, Data Is Read From STDIN
DavidTimms
committed
833b381
View commit details
Copy full SHA for 833b381
View code at this point
Browse repository at this point
Commits on Jul 3, 2016
Parser Now Follows Correct Operator Precendence Rules
DavidTimms
committed
d0509a2
View commit details
Copy full SHA for d0509a2
View code at this point
Browse repository at this point
Added Arithmetic Operators
DavidTimms
committed
7d96b26
View commit details
Copy full SHA for 7d96b26
View code at this point
Browse repository at this point
Commits on Jun 19, 2016
Added CLI Separator Options using Commander.js
DavidTimms
committed
cb8796c
View commit details
Copy full SHA for cb8796c
View code at this point
Browse repository at this point
Commits on Jun 13, 2016
Implemented Evaluation of CASE Expressions
DavidTimms
committed
e8a080f
View commit details
Copy full SHA for e8a080f
View code at this point
Browse repository at this point
Commits on Jun 12, 2016
Implemented Parsing for Case Expressions
DavidTimms
committed
1ab8807
View commit details
Copy full SHA for 1ab8807
View code at this point
Browse repository at this point
Added Additional Filtering Step for Having Clause
Show description for 53a6f94
DavidTimms
committed
53a6f94
View commit details
Copy full SHA for 53a6f94
View code at this point
Browse repository at this point
Commits on Apr 4, 2016
Implemented special case for COUNT(*)
DavidTimms
committed
66acb36
View commit details
Copy full SHA for 66acb36
View code at this point
Browse repository at this point
Commits on Mar 26, 2016
Added more tests for aggregates. Added SUM and GROUP_CONCAT functions. modified output to produce 0 for false, rather than empty
DavidTimms
committed
966b8d5
View commit details
Copy full SHA for 966b8d5
View code at this point
Browse repository at this point
Commits on Mar 11, 2016
Implemented evaluation of aggregates for GROUP BY
DavidTimms
committed
eba3217
View commit details
Copy full SHA for eba3217
View code at this point
Browse repository at this point
Commits on Feb 23, 2016
Wrote function to find aggregates recursively in a query. Added tests for finding aggregates in expression.
DavidTimms
committed
3e1b39a
View commit details
Copy full SHA for 3e1b39a
View code at this point
Browse repository at this point
Commits on Feb 16, 2016
WIP refactoring to use AST module for expected test results
DavidTimms
committed
854b15e
View commit details
Copy full SHA for 854b15e
View code at this point
Browse repository at this point
Commits on Feb 14, 2016
Work in progress on identifying aggregate functions in the query before it is run
DavidTimms
committed
8038e7c
View commit details
Copy full SHA for 8038e7c
View code at this point
Browse repository at this point
Commits on Feb 13, 2016
added ESLint configuration and made some style tweaks to comply with ESLint rules
DavidTimms
committed
c9585b4
View commit details
Copy full SHA for c9585b4
View code at this point
Browse repository at this point
Commits on Feb 12, 2016
Implemented basic GROUP BY without aggregations
DavidTimms
committed
29b5f76
View commit details
Copy full SHA for 29b5f76
View code at this point
Browse repository at this point
Commits on Feb 11, 2016
Added parsing rules for GROUP BY and HAVING clauses
DavidTimms
committed
2243b83
View commit details
Copy full SHA for 2243b83
View code at this point
Browse repository at this point
Commits on Feb 10, 2016
Changed the names of properties in the main query object to match their SQL names
DavidTimms
committed
a33bd59
View commit details
Copy full SHA for a33bd59
View code at this point
Browse repository at this point
Commits on Jan 19, 2016
Added literal identifiers using back-ticks
DavidTimms
committed
82a281f
View commit details
Copy full SHA for 82a281f
View code at this point
Browse repository at this point
Commits on Jan 5, 2016
Implemented the LIKE operator
DavidTimms
committed
c3907dc
View commit details
Copy full SHA for c3907dc
View code at this point
Browse repository at this point
Commits on Dec 31, 2015
Moved tokenizer to separate module. Implemented proper string literal lexing, using a simple recursive state machine to detect escaped characters
DavidTimms
committed
f929c64
View commit details
Copy full SHA for f929c64
View code at this point
Browse repository at this point
Added a basic REPL
DavidTimms
committed
a833423
View commit details
Copy full SHA for a833423
View code at this point
Browse repository at this point
Commits on Dec 29, 2015
Altered sort function for numbers to be correct for any number of decimal places
DavidTimms
committed
f5eef7a
View commit details
Copy full SHA for f5eef7a
View code at this point
Browse repository at this point
Implemented evaluation of ORDER BY clauses
DavidTimms
committed
4a4cdb8
View commit details
Copy full SHA for 4a4cdb8
View code at this point
Browse repository at this point
Implemented parsing for ORDER BY clauses
DavidTimms
committed
1119d8d
View commit details
Copy full SHA for 1119d8d
View code at this point
Browse repository at this point
Commits on Dec 28, 2015
Started adding tests for query evaluation as well as parsing. Implemented OFFSET and WHERE clauses
DavidTimms
committed
fb33546
View commit details
Copy full SHA for fb33546
View code at this point
Browse repository at this point
Commits on Dec 26, 2015
Started adding tests Implemented binary operators and grouped expressions
DavidTimms
committed
29da5f6
View commit details
Copy full SHA for 29da5f6
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL