Skip to content

Commit

Permalink
Update changelog file for version 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Mar 1, 2024
1 parent e2d2988 commit be8d609
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Change Log
==========

Version 0.15.0 *(2024-03-01)*
-----------------------------

* implement 'describe table_name' to show fields and types of a table.
* Add mysql like `show tables` statement to list all available tables.
* Implement `DAYOFWEEK`, `DAYOFMONTH` and `DAYOFYEAR` Date functions.
* Implement `QUARTER`, `YEAR` and `TO_DAYS` Date function.
* Implement `QUOTENAME` String function.
* Fix Parsing function without right paren at the end

Version 0.14.0 *(2024-02-16)*
-----------------------------

Expand Down

0 comments on commit be8d609

Please sign in to comment.