mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:43:02 +01:00
nightly update
This commit is contained in:
parent
2bd863a353
commit
57ab9f9c27
30
ChangeLog
30
ChangeLog
@ -1,3 +1,33 @@
|
||||
2015-03-18 21:38 asfernandes
|
||||
A doc/sql.extensions/README.statistical_functions.txt
|
||||
M src/dsql/AggNodes.cpp
|
||||
M src/dsql/AggNodes.h
|
||||
M src/dsql/parse.y
|
||||
M src/jrd/blp.h
|
||||
M src/jrd/blr.h
|
||||
M src/jrd/val.h
|
||||
M src/yvalve/keywords.cpp
|
||||
Feature CORE-4714 - Aggregate statistical functions stddev_pop, stddev_samp, var_pop and var_samp - contributed by Hajime Nakagami.
|
||||
|
||||
2015-03-18 17:28 dimitr
|
||||
M src/burp/restore.epp
|
||||
Complement my recent changes in this module.
|
||||
|
||||
2015-03-18 17:26 hvlad
|
||||
M src/jrd/vio.cpp
|
||||
Fixed bug CORE-4713 : "BLOB not found" error at rollback after insert into table with expression index
|
||||
|
||||
2015-03-18 17:22 dimitr
|
||||
M doc/WhatsNew
|
||||
Updated the docs for Beta 2.
|
||||
|
||||
2015-03-18 02:03 asfernandes
|
||||
M src/include/firebird/FirebirdInterface.idl
|
||||
M src/include/firebird/IdlFbInterfaces.h
|
||||
M src/yvalve/YObjects.h
|
||||
M src/yvalve/utl.cpp
|
||||
Added IUtil::formatStatus.
|
||||
|
||||
2015-03-17 21:44 asfernandes
|
||||
M src/auth/SecurityDatabase/LegacyManagement.epp
|
||||
M src/auth/SecurityDatabase/LegacyServer.cpp
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:31714
|
||||
FORMAL BUILD NUMBER:31719
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.31714"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.31714"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.31714"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 31714
|
||||
#define PRODUCT_VER_STRING "3.0.0.31719"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.31719"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.31719"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 31719
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "31714"
|
||||
#define FB_BUILD_NO "31719"
|
||||
#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=31714
|
||||
BuildNum=31719
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user