mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 09:20:39 +01:00
nightly update
This commit is contained in:
parent
477af6bb96
commit
26b2e5a9d1
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
||||
2016-02-24 20:11 dimitr
|
||||
M src/dsql/ExprNodes.cpp
|
||||
M src/dsql/ExprNodes.h
|
||||
M src/jrd/Optimizer.cpp
|
||||
Checking the datatype at compile time is unreliable: some nodes return one type at compile time and another type at runtime, thus causing unexpectedly missing casts. I'm moving the check to runtime, this should fix the remaining regressions (fingers crossed).
|
||||
|
||||
2016-02-24 15:32 alexpeshkoff
|
||||
A doc/Using_OO_API.html
|
||||
Started work on new API docs
|
||||
|
||||
2016-02-23 20:49 aafemt
|
||||
M src/dsql/dsql.cpp
|
||||
Get secondary error code isc_dsql_sqlda_err back, thanks to Dmitry Yemanov
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:32356
|
||||
FORMAL BUILD NUMBER:32358
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.32356"
|
||||
#define FILE_VER_STRING "WI-V3.0.0.32356"
|
||||
#define LICENSE_VER_STRING "WI-V3.0.0.32356"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 32356
|
||||
#define PRODUCT_VER_STRING "3.0.0.32358"
|
||||
#define FILE_VER_STRING "WI-V3.0.0.32358"
|
||||
#define LICENSE_VER_STRING "WI-V3.0.0.32358"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 32358
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "32356"
|
||||
#define FB_BUILD_NO "32358"
|
||||
#define FB_BUILD_TYPE "V"
|
||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 2"
|
||||
|
@ -9,7 +9,7 @@ BuildType=V
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=32356
|
||||
BuildNum=32358
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user