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

nightly update

This commit is contained in:
firebirds 2014-06-27 00:39:59 +00:00
parent 4ee9286131
commit b2811a1400
3 changed files with 39 additions and 7 deletions

View File

@ -1,3 +1,35 @@
2014-06-26 16:14 fsg
M src/isql/extract.epp
M src/jrd/obj.h
some more enhancements to isqls extract utility
split extraction of functions and procedures in two parts (header and body)
2014-06-26 09:43 alexpeshkoff
M src/jrd/DatabaseSnapshot.cpp
Fixed very frequent segfault in monitoring code (CS/SC): tdbb->attachment was not set in thread_db::getCharSet() function used to convert monitoring strings
2014-06-26 09:37 alexpeshkoff
M src/burp/backup.epp
M src/burp/restore.epp
M src/dsql/DdlNodes.epp
M src/include/gen/ids.h
M src/isql/show.epp
M src/jrd/Mapping.cpp
M src/jrd/idx.h
M src/jrd/names.h
M src/jrd/opt.cpp
M src/jrd/relations.h
M src/jrd/vio.cpp
Renamed mapping-related tables as was discussed in devel
2014-06-26 07:32 fsg
M src/isql/extract.epp
extract domain definitions before functions, they may need them
2014-06-26 07:09 fsg
M src/isql/extract.epp
fixed extract of return parameter of external UDF's
2014-06-25 11:20 alexpeshkoff 2014-06-25 11:20 alexpeshkoff
M src/alice/alice.cpp M src/alice/alice.cpp
M src/alice/alice.h M src/alice/alice.h

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT *** *** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:31194 FORMAL BUILD NUMBER:31199
*/ */
#define PRODUCT_VER_STRING "3.0.0.31194" #define PRODUCT_VER_STRING "3.0.0.31199"
#define FILE_VER_STRING "WI-T3.0.0.31194" #define FILE_VER_STRING "WI-T3.0.0.31199"
#define LICENSE_VER_STRING "WI-T3.0.0.31194" #define LICENSE_VER_STRING "WI-T3.0.0.31199"
#define FILE_VER_NUMBER 3, 0, 0, 31194 #define FILE_VER_NUMBER 3, 0, 0, 31199
#define FB_MAJOR_VER "3" #define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0" #define FB_MINOR_VER "0"
#define FB_REV_NO "0" #define FB_REV_NO "0"
#define FB_BUILD_NO "31194" #define FB_BUILD_NO "31199"
#define FB_BUILD_TYPE "T" #define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2"

View File

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