From: <fir...@us...> - 2011-03-22 03:17:00
|
Revision: 52589 http://firebird.svn.sourceforge.net/firebird/?rev=52589&view=rev Author: firebirds Date: 2011-03-22 03:16:54 +0000 (Tue, 22 Mar 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-03-21 22:51:48 UTC (rev 52588) +++ firebird/trunk/ChangeLog 2011-03-22 03:16:54 UTC (rev 52589) @@ -1,3 +1,28 @@ + 2011-03-21 22:51 asfernandes + M src/dsql/ExprNodes.cpp +Misc + + 2011-03-21 21:56 asfernandes + M src/include/ProviderInterface.h + M src/jrd/Attachment.h + M src/jrd/extds/InternalDS.cpp + M src/jrd/jrd.cpp + M src/jrd/tra.h + M src/remote/client/interface.cpp + M src/yvalve/why.cpp +Move transactRequest, createBlob, openBlob, getSlice, putSlice and ddl from ITransaction to IAttachment. +It's better to have one standard than two, and "ddl" was broken from API POV. +So make the IAttachment always the caller, explicit or implicit (via IStatement or IRequest), and pass the ITransaction as parameter. + + 2011-03-21 18:15 alexpeshkoff + M src/yvalve/user__proto.h + M src/yvalve/user_dsql.cpp +Fixed issue, reported by Damyan in devel - missing symbols in libfbclient. Make prototypes match with ibase.h. + + 2011-03-21 13:43 alexpeshkoff + M builds/posix/make.defaults +Fix boot build + 2011-03-20 19:15 asfernandes M src/dsql/dsql.h M src/include/ProviderInterface.h Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2011-03-21 22:51:48 UTC (rev 52588) +++ firebird/trunk/src/jrd/build_no.h 2011-03-22 03:16:54 UTC (rev 52589) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:29212 + FORMAL BUILD NUMBER:29216 */ -#define PRODUCT_VER_STRING "3.0.0.29212" -#define FILE_VER_STRING "WI-T3.0.0.29212" -#define LICENSE_VER_STRING "WI-T3.0.0.29212" -#define FILE_VER_NUMBER 3, 0, 0, 29212 +#define PRODUCT_VER_STRING "3.0.0.29216" +#define FILE_VER_STRING "WI-T3.0.0.29216" +#define LICENSE_VER_STRING "WI-T3.0.0.29216" +#define FILE_VER_NUMBER 3, 0, 0, 29216 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "29212" +#define FB_BUILD_NO "29216" #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-03-21 22:51:48 UTC (rev 52588) +++ firebird/trunk/src/misc/writeBuildNum.sh 2011-03-22 03:16:54 UTC (rev 52589) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=29212 +BuildNum=29216 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |