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

nightly update

This commit is contained in:
firebirds 2014-01-18 00:33:05 +00:00
parent 8e932b1809
commit e823f28143
3 changed files with 45 additions and 7 deletions

View File

@ -1,3 +1,41 @@
2014-01-17 15:05 asfernandes
M src/isql/show.epp
M src/remote/server/server.cpp
M src/yvalve/perf.cpp
M src/yvalve/utl.cpp
Misc. and fixes.
2014-01-17 14:53 dimitr
M src/jrd/opt.cpp
Placed booleans closer to the retrieval for limited navigational scans. Hopefully, this shouldn't affect anything else.
2014-01-17 14:17 alexpeshkoff
M src/jrd/blb_proto.h
Cleanup
2014-01-17 14:09 alexpeshkoff
M src/isql/isql.epp
Misc postfixes for ISQL, thanks to Adriano
2014-01-17 13:14 alexpeshkoff
M src/remote/server/server.cpp
misc
2014-01-17 12:33 alexpeshkoff
M src/dsql/dsql.cpp
M src/include/firebird/Provider.h
M src/jrd/EngineInterface.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
Fixed CORE-4286: "Statement already has a cursor assigned" error when trying to execute another SQL statement using different cursor name. Moved method setCursorName() from IStatement to IResultSet - it was my fault when splitting cursor from statement.
2014-01-17 12:19 dimitr
M src/dsql/ExprNodes.h
Fixed CORE-4318: Predicates involving PSQL variables/parameters are not pushed inside the aggregation.
2014-01-16 14:52 asfernandes
M src/common/classes/TempFile.cpp
M src/gpre/gpreswi.h

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:30842
FORMAL BUILD NUMBER:30849
*/
#define PRODUCT_VER_STRING "3.0.0.30842"
#define FILE_VER_STRING "WI-T3.0.0.30842"
#define LICENSE_VER_STRING "WI-T3.0.0.30842"
#define FILE_VER_NUMBER 3, 0, 0, 30842
#define PRODUCT_VER_STRING "3.0.0.30849"
#define FILE_VER_STRING "WI-T3.0.0.30849"
#define LICENSE_VER_STRING "WI-T3.0.0.30849"
#define FILE_VER_NUMBER 3, 0, 0, 30849
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "30842"
#define FB_BUILD_NO "30849"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2"

View File

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