From: <fir...@us...> - 2016-01-03 00:10:16
|
Revision: 62762 http://sourceforge.net/p/firebird/code/62762 Author: firebirds Date: 2016-01-03 00:10:14 +0000 (Sun, 03 Jan 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-01-02 14:41:17 UTC (rev 62761) +++ firebird/trunk/ChangeLog 2016-01-03 00:10:14 UTC (rev 62762) @@ -1,3 +1,39 @@ + 2016-01-02 14:41 alexpeshkoff + M src/jrd/scl.epp +Fixed CORE-5060: Cannot CREATE VIEW that selects from a system table, despite having all grants + + 2016-01-02 12:08 dimitr + M src/dsql/dsql.cpp + M src/isql/isql.epp + M src/isql/isql.h +Fixed CORE-5061: ISQL plan output is unexpectedly truncated after a query is simplified to become shorter. + + 2016-01-02 11:41 alexpeshkoff + M src/jrd/os/posix/unix.cpp +Postfix for CORE-5056: better error reporting, thanks to Claudio + + 2016-01-02 11:37 hvlad + M src/isql/isql.h + M src/isql/show.epp + M src/msgs/facilities2.sql + M src/msgs/messages2.sql +Improvement CORE-5063 : Make "show database" command to show numbers of used and free pages in database + + 2016-01-02 11:28 hvlad + M src/jrd/inf.cpp + M src/jrd/inf_pub.h + M src/jrd/pag.cpp + M src/jrd/pag.h +New feature CORE-1538 : Add an option to isc_database_info to return the number of free pages in a database + + 2016-01-02 01:45 asfernandes + M src/jrd/SysFunction.cpp +Revert fix for CORE-5062 for better investigation. + + 2016-01-02 01:04 asfernandes + M src/jrd/SysFunction.cpp +Fixed CORE-5062 - CHAR_TO_UUID on column with index throws expression evaluation not supported Human readable UUID argument for CHAR_TO_UUID must be of exact length 36. + 2015-12-30 15:16 alexpeshkoff M lang_helpers/gds_codes.ftn M lang_helpers/gds_codes.pas Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2016-01-02 14:41:17 UTC (rev 62761) +++ firebird/trunk/src/jrd/build_no.h 2016-01-03 00:10:14 UTC (rev 62762) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:32257 + FORMAL BUILD NUMBER:32264 */ -#define PRODUCT_VER_STRING "3.0.0.32257" -#define FILE_VER_STRING "WI-V3.0.0.32257" -#define LICENSE_VER_STRING "WI-V3.0.0.32257" -#define FILE_VER_NUMBER 3, 0, 0, 32257 +#define PRODUCT_VER_STRING "3.0.0.32264" +#define FILE_VER_STRING "WI-V3.0.0.32264" +#define LICENSE_VER_STRING "WI-V3.0.0.32264" +#define FILE_VER_NUMBER 3, 0, 0, 32264 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "32257" +#define FB_BUILD_NO "32264" #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-01-02 14:41:17 UTC (rev 62761) +++ firebird/trunk/src/misc/writeBuildNum.sh 2016-01-03 00:10:14 UTC (rev 62762) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=32257 +BuildNum=32264 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |