From e0a4131e70ce9262988a0da725d5df361e97f5dc Mon Sep 17 00:00:00 2001 From: firebirds Date: Tue, 21 Apr 2015 00:10:23 +0000 Subject: [PATCH] nightly update --- ChangeLog | 17 +++++++++++++++++ src/jrd/build_no.h | 12 ++++++------ src/misc/writeBuildNum.sh | 2 +- 3 files changed, 24 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index a40af6a2bb..0e5d7232b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ + 2015-04-20 17:04 alexpeshkoff + M src/jrd/scl.epp +Disabled use of system tables in foreign key constraints + + 2015-04-20 15:07 alexpeshkoff + M src/jrd/scl.epp +Do not let SYSDBA modify structure of system tables + + 2015-04-20 11:42 alexpeshkoff + M src/jrd/vio.cpp +Write-protect one more system relation + + 2015-04-20 09:36 hvlad + M src/jrd/pcmet.epp + M src/jrd/pcmet_proto.h +Fixed bug CORE-4754 : Manipulations with GTT from several attachments (using ES/EDS and different roles) leads to: "internal Firebird consistency check (invalid SEND request (167), file: JrdStatement.cpp line: 325)" + 2015-04-18 19:19 asfernandes M src/dsql/ExprNodes.cpp Fixed reintroduction of CORE-1379 per Pavel Zotov comment - Invalid parameter type when using it in CHAR_LENGTH function. diff --git a/src/jrd/build_no.h b/src/jrd/build_no.h index 896d3a6713..03498e3287 100644 --- a/src/jrd/build_no.h +++ b/src/jrd/build_no.h @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:31797 + FORMAL BUILD NUMBER:31801 */ -#define PRODUCT_VER_STRING "3.0.0.31797" -#define FILE_VER_STRING "WI-T3.0.0.31797" -#define LICENSE_VER_STRING "WI-T3.0.0.31797" -#define FILE_VER_NUMBER 3, 0, 0, 31797 +#define PRODUCT_VER_STRING "3.0.0.31801" +#define FILE_VER_STRING "WI-T3.0.0.31801" +#define LICENSE_VER_STRING "WI-T3.0.0.31801" +#define FILE_VER_NUMBER 3, 0, 0, 31801 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "31797" +#define FB_BUILD_NO "31801" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Beta 2" diff --git a/src/misc/writeBuildNum.sh b/src/misc/writeBuildNum.sh index 21f84068e5..fea2a47ec5 100755 --- a/src/misc/writeBuildNum.sh +++ b/src/misc/writeBuildNum.sh @@ -9,7 +9,7 @@ BuildType=T MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=31797 +BuildNum=31801 NowAt=`pwd` cd `dirname $0`