Skip to content

Commit

Permalink
Version 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Oct 1, 2014
1 parent 521a7bc commit e3671db
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
23 changes: 23 additions & 0 deletions Changelog
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
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.4
Name: macaque
Version: 0.6.1
Version: 0.7
Synopsis: MaCaQue (or macaque) is a DSL for SQL Queries in Caml
Authors:
Gabriel Scherer,
Expand Down
8 changes: 0 additions & 8 deletions src/Changelog

This file was deleted.

0 comments on commit e3671db

Please sign in to comment.