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

nightly update

This commit is contained in:
firebirds 2011-12-07 03:20:58 +00:00
parent efa1adfec0
commit 73039963f3
3 changed files with 35 additions and 7 deletions

View File

@ -1,3 +1,31 @@
2011-12-06 18:09 dimitr
M src/dsql/ExprNodes.cpp
Correction related to CORE-927.
2011-12-06 15:08 hvlad
M src/dsql/parse.y
Cleanup
2011-12-06 14:38 asfernandes
M doc/sql.extensions/README.builtin_functions.txt
Fixed CORE-3382 - Incomplete description of POSITION() function.
2011-12-06 14:24 asfernandes
M src/dsql/ExprNodes.cpp
Fixed CORE-3545 - Inconsistent domain's constraint validation in PSQL.
2011-12-06 13:12 dimitr
M src/jrd/trig.h
Fixed CORE-3692: Cannot drop a NOT NULL constraint on a field participating in the UNIQUE constraint.
2011-12-06 13:09 dimitr
M src/dsql/ExprNodes.cpp
Fixed CORE-927: Grants don't work for procedures used inside views.
2011-12-06 10:02 dimitr
M src/jrd/cmp.cpp
Fixed CORE-927: Grants don't work for procedures used inside views.
2011-12-05 13:06 hvlad
M src/dsql/pass1.cpp
Fixed bug CORE-3690 : Wrong warning message for ambiguous query

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:29632
FORMAL BUILD NUMBER:29639
*/
#define PRODUCT_VER_STRING "3.0.0.29632"
#define FILE_VER_STRING "WI-T3.0.0.29632"
#define LICENSE_VER_STRING "WI-T3.0.0.29632"
#define FILE_VER_NUMBER 3, 0, 0, 29632
#define PRODUCT_VER_STRING "3.0.0.29639"
#define FILE_VER_STRING "WI-T3.0.0.29639"
#define LICENSE_VER_STRING "WI-T3.0.0.29639"
#define FILE_VER_NUMBER 3, 0, 0, 29639
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "29632"
#define FB_BUILD_NO "29639"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"

View File

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