mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 06:03:02 +01:00
nightly update
This commit is contained in:
parent
f1779a7398
commit
98aac24d44
28
ChangeLog
28
ChangeLog
@ -1,3 +1,31 @@
|
|||||||
|
2013-02-19 12:03 alexpeshkoff
|
||||||
|
M src/jrd/jrd.cpp
|
||||||
|
M src/remote/client/interface.cpp
|
||||||
|
Do not prefetch unneeded information in IAttachment::openCursor()
|
||||||
|
|
||||||
|
2013-02-19 11:50 hvlad
|
||||||
|
M builds/win32/msvc10/common.vcxproj
|
||||||
|
M builds/win32/msvc10/common.vcxproj.filters
|
||||||
|
M builds/win32/msvc10/engine.vcxproj
|
||||||
|
M builds/win32/msvc10/engine.vcxproj.filters
|
||||||
|
M builds/win32/msvc10/yvalve.vcxproj
|
||||||
|
M builds/win32/msvc10/yvalve.vcxproj.filters
|
||||||
|
Update MSVC10 build
|
||||||
|
|
||||||
|
2013-02-19 11:20 alexpeshkoff
|
||||||
|
M src/common/StatementMetadata.cpp
|
||||||
|
M src/common/StatementMetadata.h
|
||||||
|
M src/dsql/dsql.cpp
|
||||||
|
M src/include/firebird/Provider.h
|
||||||
|
M src/jrd/EngineInterface.h
|
||||||
|
M src/jrd/inf_pub.h
|
||||||
|
M src/jrd/jrd.cpp
|
||||||
|
M src/remote/client/interface.cpp
|
||||||
|
M src/remote/server/server.cpp
|
||||||
|
M src/yvalve/YObjects.h
|
||||||
|
M src/yvalve/why.cpp
|
||||||
|
Add IStatement::getFlags() to help user make a solution what to do with SQL statement
|
||||||
|
|
||||||
2013-02-18 15:28 asfernandes
|
2013-02-18 15:28 asfernandes
|
||||||
M src/remote/server/server.cpp
|
M src/remote/server/server.cpp
|
||||||
M src/yvalve/YObjects.h
|
M src/yvalve/YObjects.h
|
||||||
|
@ -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:30224
|
FORMAL BUILD NUMBER:30227
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define PRODUCT_VER_STRING "3.0.0.30224"
|
#define PRODUCT_VER_STRING "3.0.0.30227"
|
||||||
#define FILE_VER_STRING "WI-T3.0.0.30224"
|
#define FILE_VER_STRING "WI-T3.0.0.30227"
|
||||||
#define LICENSE_VER_STRING "WI-T3.0.0.30224"
|
#define LICENSE_VER_STRING "WI-T3.0.0.30227"
|
||||||
#define FILE_VER_NUMBER 3, 0, 0, 30224
|
#define FILE_VER_NUMBER 3, 0, 0, 30227
|
||||||
#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 "30224"
|
#define FB_BUILD_NO "30227"
|
||||||
#define FB_BUILD_TYPE "T"
|
#define FB_BUILD_TYPE "T"
|
||||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"
|
#define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"
|
||||||
|
@ -9,7 +9,7 @@ BuildType=T
|
|||||||
MajorVer=3
|
MajorVer=3
|
||||||
MinorVer=0
|
MinorVer=0
|
||||||
RevNo=0
|
RevNo=0
|
||||||
BuildNum=30224
|
BuildNum=30227
|
||||||
|
|
||||||
NowAt=`pwd`
|
NowAt=`pwd`
|
||||||
cd `dirname $0`
|
cd `dirname $0`
|
||||||
|
Loading…
Reference in New Issue
Block a user