Skip to content

Commit

Permalink
docs: update docs up to 0.5.9 features
Browse files Browse the repository at this point in the history
- add timestamp to SQL spec
- add numerical operations & new datatypes to supported SQL syntax
  • Loading branch information
iajoiner committed Jul 19, 2024
1 parent 31b2410 commit b5230c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/proof-of-sql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,9 @@ See the [SQL specification](https://github.com/spaceandtimelabs/sxt-proof-of-sql
* `GROUP BY`
* Comparison operations: `=`, `>=`, `<=`, etc.
* Logical operations: `AND`, `OR`, `NOT`.
* Numerical operations `+`, `-`, `*`.
* Aggregations: `SUM`, `COUNT`
* Data Types: `BIGINT`, `VARCHAR`, `DECIMAL75`.
* Data Types: `BOOLEAN`, `SMALLINT`, `INT`, `BIGINT`, `VARCHAR`, `DECIMAL75`, `TIMESTAMP`.
## Roadmap
Expand Down
2 changes: 2 additions & 0 deletions docs/SQLSyntaxSpecification.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ FROM table
* Decimal75
- Character Types
* Varchar [^1]
- Date / Time Types
* Timestamp
* Operators
- Logical Operators
* AND, OR
Expand Down

0 comments on commit b5230c6

Please sign in to comment.