From: <fir...@us...> - 2011-02-07 03:15:04
|
Revision: 52312 http://firebird.svn.sourceforge.net/firebird/?rev=52312&view=rev Author: firebirds Date: 2011-02-07 03:14:57 +0000 (Mon, 07 Feb 2011) 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 2011-02-06 21:59:20 UTC (rev 52311) +++ firebird/trunk/ChangeLog 2011-02-07 03:14:57 UTC (rev 52312) @@ -1,3 +1,82 @@ + 2011-02-06 21:59 asfernandes + M src/dsql/AggNodes.cpp + M src/dsql/AggNodes.h + M src/dsql/BoolNodes.cpp + M src/dsql/BoolNodes.h + M src/dsql/ExprNodes.cpp + M src/dsql/ExprNodes.h + M src/dsql/Nodes.h + M src/dsql/StmtNodes.cpp + M src/dsql/StmtNodes.h + M src/dsql/Visitors.h + M src/dsql/WinNodes.cpp + M src/dsql/WinNodes.h + M src/jrd/RecordSourceNodes.cpp + M src/jrd/RecordSourceNodes.h + M src/jrd/cmp.cpp +Fixed CORE-3255 - The server could crash using views with GROUP BY. + + 2011-02-06 19:52 dimitr + M src/jrd/recsrc/HashJoin.cpp +Correction in the plan output. + + 2011-02-06 19:50 dimitr + M src/jrd/recsrc/HashJoin.cpp +Correction in the plan output. + + 2011-02-06 19:36 dimitr + M src/jrd/recsrc/IndexTableScan.cpp + M src/jrd/recsrc/MergeJoin.cpp +Warnings. + + 2011-02-06 19:34 dimitr + M src/jrd/RecordSourceNodes.cpp + M src/jrd/recsrc/RecordSource.h + M src/jrd/recsrc/RecursiveStream.cpp +Warnings. + + 2011-02-06 18:55 dimitr + M src/jrd/recsrc/HashJoin.cpp +Warnings. + + 2011-02-06 18:13 asfernandes + M src/dsql/DdlNodes.epp + M src/dsql/ExprNodes.cpp + M src/dsql/ExprNodes.h + M src/dsql/Nodes.h + M src/dsql/StmtNodes.cpp + M src/dsql/Visitors.h + M src/dsql/ddl.cpp + M src/dsql/gen.cpp + M src/dsql/gen_proto.h + M src/dsql/make.cpp + M src/dsql/node.h + M src/dsql/parse.y + M src/dsql/pass1.cpp + M src/jrd/RecordSourceNodes.cpp + M src/jrd/blp.h + M src/jrd/blr.h + M src/yvalve/gds.cpp +Fixed CORE-3310 - RDB$GET_CONTEXT and between in view. +Fixed CORE-3338 - Some expression indexes with COALESCE, CASE and DECODE became inoperant. +Removed DSQL hidden variables expressions. +Refactored COALESCE, DECODE and (simple) CASE, using new BLR verbs. +Fixed v3 regression with UPDATE OR INSERT inside PROCEDURE/FUNCTION. +Fixed assert with DECODE/CASE with only test parameters and no values. + + 2011-02-06 16:19 dimitr + M src/common/classes/fb_string.cpp + M src/common/classes/fb_string.h +Sorry, but I've got tired of these endless warnings. + + 2011-02-06 15:39 dimitr + M src/jrd/evl.cpp +Misc. + + 2011-02-06 11:57 dimitr + M src/dsql/dsql.cpp +Fixed CORE-1620: Incorrect error message if EXECUTE STATEMENT contains empty string. It doesn't fix the "uninitialized variable" issue per se, but I'm not sure this is strictly required, as it gets initialized if the statement contains at least one character, and all cases of empty string are now caught in advance. + 2011-02-05 01:49 asfernandes M src/dsql/AggNodes.cpp M src/dsql/AggNodes.h Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2011-02-06 21:59:20 UTC (rev 52311) +++ firebird/trunk/src/jrd/build_no.h 2011-02-07 03:14:57 UTC (rev 52312) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:29065 + FORMAL BUILD NUMBER:29075 */ -#define PRODUCT_VER_STRING "3.0.0.29065" -#define FILE_VER_STRING "WI-T3.0.0.29065" -#define LICENSE_VER_STRING "WI-T3.0.0.29065" -#define FILE_VER_NUMBER 3, 0, 0, 29065 +#define PRODUCT_VER_STRING "3.0.0.29075" +#define FILE_VER_STRING "WI-T3.0.0.29075" +#define LICENSE_VER_STRING "WI-T3.0.0.29075" +#define FILE_VER_NUMBER 3, 0, 0, 29075 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "29065" +#define FB_BUILD_NO "29075" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2011-02-06 21:59:20 UTC (rev 52311) +++ firebird/trunk/src/misc/writeBuildNum.sh 2011-02-07 03:14:57 UTC (rev 52312) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=29065 +BuildNum=29075 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |