8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 22:43:03 +01:00

nightly update

This commit is contained in:
firebirds 2015-03-14 00:17:00 +00:00
parent ce1233b10c
commit cd23b15baa
3 changed files with 49 additions and 7 deletions

View File

@ -1,3 +1,45 @@
2015-03-13 15:31 robocop
M src/dsql/metd.epp
M src/jrd/scl.epp
rdb$system_flag is not nullable in FB3.
2015-03-13 15:30 robocop
M src/jrd/idx.cpp
M src/jrd/vio.cpp
Misc.
2015-03-13 15:26 robocop
M examples/interfaces/01.create.cpp
M src/common/StatusArg.cpp
M src/common/StatusHolder.h
M src/common/isc_file.cpp
M src/common/os/posix/os_utils.cpp
M src/common/utils.cpp
M src/dsql/DdlNodes.epp
M src/dsql/ExprNodes.cpp
M src/gpre/cmp.cpp
M src/gpre/sql.cpp
M src/isql/isql.epp
M src/jrd/Record.h
M src/jrd/cch.cpp
M src/jrd/dpm.epp
M src/jrd/jrd.cpp
M src/jrd/opt.cpp
M src/jrd/pag.cpp
M src/jrd/trace/TraceObjects.cpp
M src/remote/SockAddr.h
M src/remote/client/interface.cpp
M src/remote/inet.cpp
M src/remote/remote.cpp
M src/remote/remote.h
M src/remote/server/server.cpp
M src/yvalve/PluginManager.cpp
Misc.
2015-03-13 12:07 dimitr
M src/jrd/opt.cpp
Cleanup.
2015-03-12 21:52 dimitr
M src/yvalve/gds.cpp
Improved BLR printer for scrollable cursors. It also fixes ISQL crash for core-0883.fbt.

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:31708
FORMAL BUILD NUMBER:31712
*/
#define PRODUCT_VER_STRING "3.0.0.31708"
#define FILE_VER_STRING "WI-T3.0.0.31708"
#define LICENSE_VER_STRING "WI-T3.0.0.31708"
#define FILE_VER_NUMBER 3, 0, 0, 31708
#define PRODUCT_VER_STRING "3.0.0.31712"
#define FILE_VER_STRING "WI-T3.0.0.31712"
#define LICENSE_VER_STRING "WI-T3.0.0.31712"
#define FILE_VER_NUMBER 3, 0, 0, 31712
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "31708"
#define FB_BUILD_NO "31712"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Beta 2"

View File

@ -9,7 +9,7 @@ BuildType=T
MajorVer=3
MinorVer=0
RevNo=0
BuildNum=31708
BuildNum=31712
NowAt=`pwd`
cd `dirname $0`