From: <fir...@us...> - 2013-01-26 05:56:56
|
Revision: 57627 http://sourceforge.net/p/firebird/code/57627 Author: firebirds Date: 2013-01-26 05:56:52 +0000 (Sat, 26 Jan 2013) 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 2013-01-25 13:01:19 UTC (rev 57626) +++ firebird/trunk/ChangeLog 2013-01-26 05:56:52 UTC (rev 57627) @@ -1,3 +1,29 @@ + 2013-01-25 13:01 dimitr + M src/jrd/extds/ExtDS.cpp + M src/jrd/extds/ExtDS.h + M src/jrd/extds/InternalDS.cpp +Slightly optimized fetches for internal EXECUTE STATEMENT. + + 2013-01-25 12:34 dimitr + M src/jrd/exe.cpp +Misc. + + 2013-01-25 12:34 dimitr + M src/dsql/BlrWriter.cpp + M src/dsql/BlrWriter.h + M src/dsql/Nodes.h + M src/dsql/Parser.h + M src/dsql/StmtNodes.h + M src/dsql/dsql.cpp + M src/jrd/DebugInterface.cpp + M src/jrd/DebugInterface.h + M src/jrd/filters.cpp + M src/jrd/met.epp + M src/jrd/met_proto.h + M src/jrd/par.cpp + M src/jrd/req.h +More work towards unlimited SQL/BLR lengths. + 2013-01-24 16:52 dimitr M src/dsql/dsql.cpp Slightly improved the condition for the Adriano's backward compatibility workaround, this optimizes METD_move() into a plain memcpy() for strings with an explicitly declared charset. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-01-25 13:01:19 UTC (rev 57626) +++ firebird/trunk/src/jrd/build_no.h 2013-01-26 05:56:52 UTC (rev 57627) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30199 + FORMAL BUILD NUMBER:30202 */ -#define PRODUCT_VER_STRING "3.0.0.30199" -#define FILE_VER_STRING "WI-T3.0.0.30199" -#define LICENSE_VER_STRING "WI-T3.0.0.30199" -#define FILE_VER_NUMBER 3, 0, 0, 30199 +#define PRODUCT_VER_STRING "3.0.0.30202" +#define FILE_VER_STRING "WI-T3.0.0.30202" +#define LICENSE_VER_STRING "WI-T3.0.0.30202" +#define FILE_VER_NUMBER 3, 0, 0, 30202 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30199" +#define FB_BUILD_NO "30202" #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 2013-01-25 13:01:19 UTC (rev 57626) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-01-26 05:56:52 UTC (rev 57627) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30199 +BuildNum=30202 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |