From e3671dbb02e28282bbb48eacec5f829759bb2216 Mon Sep 17 00:00:00 2001 From: Jacques-Pascal Deplaix Date: Tue, 30 Sep 2014 16:27:48 +0100 Subject: [PATCH] Version 0.7 --- Changelog | 23 +++++++++++++++++++++++ _oasis | 2 +- src/Changelog | 8 -------- 3 files changed, 24 insertions(+), 9 deletions(-) create mode 100644 Changelog delete mode 100644 src/Changelog diff --git a/Changelog b/Changelog new file mode 100644 index 0000000..f196717 --- /dev/null +++ b/Changelog @@ -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 diff --git a/_oasis b/_oasis index cb361de..5a38dde 100644 --- a/_oasis +++ b/_oasis @@ -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, diff --git a/src/Changelog b/src/Changelog deleted file mode 100644 index a0cd159..0000000 --- a/src/Changelog +++ /dev/null @@ -1,8 +0,0 @@ -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