From 9fbe5b8b8ec67b1046b1c97402f3944ae940e7f3 Mon Sep 17 00:00:00 2001 From: dimitr Date: Tue, 23 Jun 2015 18:38:00 +0000 Subject: [PATCH] Updated the docs for Beta 2. --- doc/WhatsNew | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/doc/WhatsNew b/doc/WhatsNew index 3e26307bd0..6130320d6e 100644 --- a/doc/WhatsNew +++ b/doc/WhatsNew @@ -2,22 +2,52 @@ * v3.0 Beta 2 ************* + * Bugfix CORE-4839 + SHOW GRANTS does not display info about exceptions which were granted to user + Contributor(s): + Dmitry Yemanov + + * Bugfix CORE-4831 + Revoke all on all from role -- failed with "SQL role does not exist in security database" + Contributor(s): + Alex Peshkov + + * Bugfix CORE-4821 + Ensure CREATE DATABASE right is granted only to roles that do exist in security database + Contributor(s): + Alex Peshkov + * Bugfix CORE-4819 EXECUTE PROCEDURE's RETURNING_VALUES and EXECUTE STATEMENT's INTO does not check validity of assignments targets leading to bugcheck Contributor(s): Adriano dos Santos Fernandes + * Bugfix CORE-4817 + ISQL doesn`t show number of affected rows for "MERGE ... WHEN MATCHING" in case when this number surely > 0 + Contributor(s): + Claudio Valderrama C. + * Bugfix CORE-4809 HASH/MERGE JOIN is not used for more than two streams if they are joined via USING/NATURAL clauses and join is based on DBKEY concatenations Contributor(s): Dmitry Yemanov + * Bugfix CORE-4807 + Regression: List of aggregation is not checked properly + Contributor(s): + Adriano dos Santos Fernandes + * Bugfix CORE-4806 Regression: generators can be seen/modified by unprivileged users Contributor(s): Dmitry Yemanov + * Bugfix CORE-4802 + GRANT UPDATE() on acts like grant update on ALL columns of + Contributor(s): + Alex Peshkov + * Bugfix CORE-4798 Regression: MIN/MAX with a join ignores possible index navigation Contributor(s): @@ -433,6 +463,11 @@ Contributor(s): Dmitry Yemanov + * Improvement CORE-4811 + Make user names behave according to SQL identifiers rules + Contributor(s): + Alex Peshkov + * Improvement CORE-4791 Make INSERTING/UPDATING/DELETING reserved words to fix ambiguity with boolean expresions Contributor(s):