From: <fir...@us...> - 2014-01-10 00:54:19
|
Revision: 59013 http://sourceforge.net/p/firebird/code/59013 Author: firebirds Date: 2014-01-10 00:54:15 +0000 (Fri, 10 Jan 2014) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2014-01-09 15:56:24 UTC (rev 59012) +++ firebird/trunk/ChangeLog 2014-01-10 00:54:15 UTC (rev 59013) @@ -1,3 +1,23 @@ + 2014-01-09 15:56 alexpeshkoff + M src/yvalve/why.cpp +Avoid incorrect error reporting when legacy BLOB cursor is closed + + 2014-01-09 15:52 alexpeshkoff + M src/jrd/ini.epp +Use correct blr code for boolean field + + 2014-01-09 15:42 asfernandes + M src/dsql/DdlNodes.epp + M src/dsql/DdlNodes.h +Fixed CORE-4307 - Fields present only in WHERE clause of views WITH CHECK OPTION causes invalid CHECK CONSTRAINT violation. + + 2014-01-09 10:29 hvlad + M src/jrd/req.h + M src/jrd/vio.cpp +Better (i hope) fix for the bugcheck appeared in test bugs.core_195. +The original fix broke cursor stability when there are sub-queries, see also CORE-3362. +Misc fixes for better debugging. + 2014-01-07 01:15 asfernandes M src/jrd/SysFunction.cpp Improvement CORE-4310 - DateAdd(): change input <amount> argument from INT to BIGINT. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2014-01-09 15:56:24 UTC (rev 59012) +++ firebird/trunk/src/jrd/build_no.h 2014-01-10 00:54:15 UTC (rev 59013) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30820 + FORMAL BUILD NUMBER:30824 */ -#define PRODUCT_VER_STRING "3.0.0.30820" -#define FILE_VER_STRING "WI-T3.0.0.30820" -#define LICENSE_VER_STRING "WI-T3.0.0.30820" -#define FILE_VER_NUMBER 3, 0, 0, 30820 +#define PRODUCT_VER_STRING "3.0.0.30824" +#define FILE_VER_STRING "WI-T3.0.0.30824" +#define LICENSE_VER_STRING "WI-T3.0.0.30824" +#define FILE_VER_NUMBER 3, 0, 0, 30824 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30820" +#define FB_BUILD_NO "30824" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2014-01-09 15:56:24 UTC (rev 59012) +++ firebird/trunk/src/misc/writeBuildNum.sh 2014-01-10 00:54:15 UTC (rev 59013) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30820 +BuildNum=30824 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |