mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 05:23:03 +01:00
nightly update
This commit is contained in:
parent
30414ee562
commit
e0a4131e70
17
ChangeLog
17
ChangeLog
@ -1,3 +1,20 @@
|
||||
2015-04-20 17:04 alexpeshkoff
|
||||
M src/jrd/scl.epp
|
||||
Disabled use of system tables in foreign key constraints
|
||||
|
||||
2015-04-20 15:07 alexpeshkoff
|
||||
M src/jrd/scl.epp
|
||||
Do not let SYSDBA modify structure of system tables
|
||||
|
||||
2015-04-20 11:42 alexpeshkoff
|
||||
M src/jrd/vio.cpp
|
||||
Write-protect one more system relation
|
||||
|
||||
2015-04-20 09:36 hvlad
|
||||
M src/jrd/pcmet.epp
|
||||
M src/jrd/pcmet_proto.h
|
||||
Fixed bug CORE-4754 : Manipulations with GTT from several attachments (using ES/EDS and different roles) leads to: "internal Firebird consistency check (invalid SEND request (167), file: JrdStatement.cpp line: 325)"
|
||||
|
||||
2015-04-18 19:19 asfernandes
|
||||
M src/dsql/ExprNodes.cpp
|
||||
Fixed reintroduction of CORE-1379 per Pavel Zotov comment - Invalid parameter type when using it in CHAR_LENGTH function.
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:31797
|
||||
FORMAL BUILD NUMBER:31801
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.31797"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.31797"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.31797"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 31797
|
||||
#define PRODUCT_VER_STRING "3.0.0.31801"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.31801"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.31801"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 31801
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "31797"
|
||||
#define FB_BUILD_NO "31801"
|
||||
#define FB_BUILD_TYPE "T"
|
||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Beta 2"
|
||||
|
@ -9,7 +9,7 @@ BuildType=T
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=31797
|
||||
BuildNum=31801
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user