Skip to content

Commit

Permalink
Merge pull request #247 from cube2222/readme-patch
Browse files Browse the repository at this point in the history
Readme patch
  • Loading branch information
cube2222 authored Aug 4, 2020
2 parents dc521c7 + 71df03d commit 3430fa8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ Documentation for the available table valued functions: https://github.com/cube2

The SQL dialect documentation: TODO ;) in short though:

Available SQL constructs: Select, Where, Order By, Group By, Offset, Limit, Left Join, Right Join, Inner Join, Distinct, Union, Union All, Subqueries, Operators, Table Valued Functions.
Available SQL constructs: Select, Where, Order By, Group By, Offset, Limit, Left Join, Right Join, Inner Join, Distinct, Union, Union All, Subqueries, Operators, Table Valued Functions, Trigger, Common Table Expressions.

Available SQL types: Int, Float, String, Bool, Time, Duration, Tuple (array), Object (e.g. JSON)

Expand Down Expand Up @@ -396,7 +396,6 @@ OctoSQL sends application telemetry on each run to help us gauge user interest a
You can turn it off (though please don't) by setting the **OCTOSQL_TELEMETRY** environment variable to 0. Telemetry is also fully printed in the output log of OctoSQL, if you want to see what precisely is being sent.

## Roadmap
TODO - well, we need to update this big time
- Additional Datasources.
- SQL Constructs:
- JSON Query
Expand Down

0 comments on commit 3430fa8

Please sign in to comment.