From: <fir...@us...> - 2011-04-14 03:16:37
|
Revision: 52719 http://firebird.svn.sourceforge.net/firebird/?rev=52719&view=rev Author: firebirds Date: 2011-04-14 03:16:31 +0000 (Thu, 14 Apr 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-04-14 01:03:43 UTC (rev 52718) +++ firebird/trunk/ChangeLog 2011-04-14 03:16:31 UTC (rev 52719) @@ -1,3 +1,53 @@ + 2011-04-14 01:03 asfernandes + A src/common/StatementMetadata.cpp + A src/common/StatementMetadata.h + M src/common/StatusHolder.h + M src/dsql/dsql.h + M src/dsql/sqlda.h + M src/include/ProviderInterface.h + M src/include/gen/msgs.h + M src/jrd/extds/InternalDS.cpp + M src/jrd/jrd.cpp + M src/msgs/messages2.sql + M src/remote/client/interface.cpp + D src/yvalve/utly.cpp + D src/yvalve/utly_proto.h + M src/yvalve/why.cpp +Added metadata support to IStatement. + + 2011-04-13 17:14 asfernandes + M src/dsql/gen.cpp +Generate DSQL internal dbkey/rec_version only for SELECT...FOR UPDATE. They do nothing for others commands. + + 2011-04-13 16:57 asfernandes + M src/dsql/gen.cpp +Correction for cursor-based UPDATE/DELETE. + + 2011-04-13 15:09 asfernandes + M src/common/classes/ImplementHelper.h + M src/common/config/config.cpp + M src/yvalve/why.cpp +Misc + + 2011-04-13 12:41 alexpeshkoff + M src/common/classes/ImplementHelper.h + M src/dsql/dsql.h + M src/include/ProviderInterface.h + M src/jrd/Attachment.h + M src/jrd/extds/InternalDS.cpp + M src/jrd/jrd.cpp + M src/remote/client/interface.cpp + M src/yvalve/why.cpp +Rolled back my commit using IBlrMessage interface. Replaced with single plain structure FbMessage. + + 2011-04-13 12:39 alexpeshkoff + M src/dsql/dsql.cpp +Added more diagnostics in DEV_BUILD. If you find it reasonable, can be internationalized and added to release too. + + 2011-04-13 10:38 hvlad + M src/jrd/event.cpp +Fixed bug CORE-3440 : AV in engine if isc_que_events queued 0 events + 2011-04-12 12:47 hvlad M src/common/config/config.cpp Let config file detects literals "true", "yes" and "y" as TRUE boolean values. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2011-04-14 01:03:43 UTC (rev 52718) +++ firebird/trunk/src/jrd/build_no.h 2011-04-14 03:16:31 UTC (rev 52719) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:29282 + FORMAL BUILD NUMBER:29289 */ -#define PRODUCT_VER_STRING "3.0.0.29282" -#define FILE_VER_STRING "WI-T3.0.0.29282" -#define LICENSE_VER_STRING "WI-T3.0.0.29282" -#define FILE_VER_NUMBER 3, 0, 0, 29282 +#define PRODUCT_VER_STRING "3.0.0.29289" +#define FILE_VER_STRING "WI-T3.0.0.29289" +#define LICENSE_VER_STRING "WI-T3.0.0.29289" +#define FILE_VER_NUMBER 3, 0, 0, 29289 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "29282" +#define FB_BUILD_NO "29289" #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-04-14 01:03:43 UTC (rev 52718) +++ firebird/trunk/src/misc/writeBuildNum.sh 2011-04-14 03:16:31 UTC (rev 52719) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=29282 +BuildNum=29289 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |