-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
521a7bc
commit e3671db
Showing
3 changed files
with
24 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
0.7: | ||
- Switch to OASIS | ||
- Add support for UNION, INTERSECT, EXCEPT and their UNION ALL variant | ||
- Add short types: nullable_data and non_nullable_data | ||
- Add support for SQL function/operators: md5, IN | ||
- Support unary operators (BREAKING CHANGE) | ||
- Current_timestamp now using timestamptz + adding localtimestamp for timestamp | ||
|
||
0.6.1: | ||
- Add bytea and int32_array types. | ||
- Fixes | ||
|
||
0.6: | ||
- First stable release | ||
|
||
Beta 3 : | ||
- Query.Simple functions are now directly accessible in the Query module | ||
- UPDATE and DELETE queries can use joins over several tables | ||
- support for default values in table descriptions | ||
- pa_comp and pa_descr are now together in pa_macaque | ||
|
||
Creation of the Changelog : | ||
- Macaque has been submitted to JFLA |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.