From: <fir...@us...> - 2016-02-24 00:08:56
|
Revision: 63011 http://sourceforge.net/p/firebird/code/63011 Author: firebirds Date: 2016-02-24 00:08:54 +0000 (Wed, 24 Feb 2016) 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 2016-02-23 20:49:56 UTC (rev 63010) +++ firebird/trunk/ChangeLog 2016-02-24 00:08:54 UTC (rev 63011) @@ -1,3 +1,42 @@ + 2016-02-23 20:49 aafemt + M src/dsql/dsql.cpp +Get secondary error code isc_dsql_sqlda_err back, thanks to Dmitry Yemanov + + 2016-02-23 16:54 alexpeshkoff + A examples/dbcrypt/cryptDb.pas +Sample of writing plugin using pascal + + 2016-02-23 16:53 alexpeshkoff + M examples/interfaces/01.create.pas +Misc changes in example + + 2016-02-23 16:18 aafemt + M lang_helpers/gds_codes.ftn + M lang_helpers/gds_codes.pas + M src/dsql/dsql.cpp + M src/include/gen/codetext.h + M src/include/gen/iberror.h + M src/include/gen/msgs.h + M src/include/gen/sql_code.h + M src/include/gen/sql_state.h + M src/msgs/facilities2.sql + M src/msgs/messages2.sql + M src/msgs/system_errors2.sql +Some more cases of CORE-5112 as pointed by Dmitry Yemanov + + 2016-02-23 09:52 dimitr + M src/dsql/ExprNodes.cpp +Removed "cast no-op" extensions as they break many tests, e.g. CAST('A' as CHAR(10)) remains CHAR(1) instead of being padded up to CHAR(10). Let's no-op only really equal descriptors for the time being. + + 2016-02-23 09:10 dimitr + M src/dsql/ExprNodes.cpp +And another postfix for CORE-5097, it resolves regression for core_3545.fbt. +Adriano, please review. + + 2016-02-23 08:20 dimitr + M src/jrd/Optimizer.cpp +Yet another postfix for CORE-5097, it resolves regressions for core_1173.fbt and core_1525.fbt. + 2016-02-22 16:20 paul_reeves M builds/install/arch-specific/win32/ba/Instalacija_ProcitajMe.txt M builds/install/arch-specific/win32/ba/ProcitajMe.txt Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2016-02-23 20:49:56 UTC (rev 63010) +++ firebird/trunk/src/jrd/build_no.h 2016-02-24 00:08:54 UTC (rev 63011) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:32349 + FORMAL BUILD NUMBER:32356 */ -#define PRODUCT_VER_STRING "3.0.0.32349" -#define FILE_VER_STRING "WI-V3.0.0.32349" -#define LICENSE_VER_STRING "WI-V3.0.0.32349" -#define FILE_VER_NUMBER 3, 0, 0, 32349 +#define PRODUCT_VER_STRING "3.0.0.32356" +#define FILE_VER_STRING "WI-V3.0.0.32356" +#define LICENSE_VER_STRING "WI-V3.0.0.32356" +#define FILE_VER_NUMBER 3, 0, 0, 32356 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "32349" +#define FB_BUILD_NO "32356" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 2" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2016-02-23 20:49:56 UTC (rev 63010) +++ firebird/trunk/src/misc/writeBuildNum.sh 2016-02-24 00:08:54 UTC (rev 63011) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=32349 +BuildNum=32356 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |