Skip to content

Commit

Permalink
Merge pull request #200 from Qrlew/impl_more_functions
Browse files Browse the repository at this point in the history
Impl more functions
  • Loading branch information
ngrislain authored Nov 28, 2023
2 parents 38560b4 + f9aa409 commit e75b11c
Show file tree
Hide file tree
Showing 7 changed files with 729 additions and 46 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
## Added
- implemented `DISTINCT`` in aggregations [#197](https://github.com/Qrlew/qrlew/issues/197)
- implemented `CURRENT_DATE`, `CURRENT_TIME`, `CURRENT_TIMESTAMP` and `EXTRACT(datepart FROM col)` [#200](https://github.com/Qrlew/qrlew/issues/200)
- implemented `DISTINCT` in aggregations [#197](https://github.com/Qrlew/qrlew/issues/197)
- Implemented math functions: `PI`, `DEGREES`, `TAN`, `RANDOM`, `LOG10`, `LOG2`, `SQUARE` [#196](https://github.com/Qrlew/qrlew/issues/196)
- Implemented string functions: `REGEXP_CONTAINS`, `REGEXP_EXTRACT`, `REGEXP_REPLACE`, `REGEXP_SUBSTR`,`NEWID`, `ENCODE`, `DECODE`, `UNHEX` [#196](https://github.com/Qrlew/qrlew/issues/199)

Expand Down
Loading

0 comments on commit e75b11c

Please sign in to comment.