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

nightly update

This commit is contained in:
firebirds 2012-04-05 04:52:32 +00:00
parent 68f70db25c
commit 5213603a48
3 changed files with 15 additions and 7 deletions

View File

@ -1,3 +1,11 @@
2012-04-04 12:54 alexpeshkoff
M src/common/IntlParametersBlock.cpp
Misc
2012-04-04 11:00 dimitr
M src/dsql/ExprNodes.cpp
Fixed CORE-3807: Error "Invalid expression in the select list" can be unexpectedly raised if a string literal is used inside a GROUP BY clause in a multi-byte connection.
2012-04-02 15:25 dimitr
M src/jrd/recsrc/SortedStream.cpp
Fixed CORE-3806: Wrong data returned if a sub-query or a computed field refers to the base table in the ORDER BY clause.

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:29902
FORMAL BUILD NUMBER:29904
*/
#define PRODUCT_VER_STRING "3.0.0.29902"
#define FILE_VER_STRING "WI-T3.0.0.29902"
#define LICENSE_VER_STRING "WI-T3.0.0.29902"
#define FILE_VER_NUMBER 3, 0, 0, 29902
#define PRODUCT_VER_STRING "3.0.0.29904"
#define FILE_VER_STRING "WI-T3.0.0.29904"
#define LICENSE_VER_STRING "WI-T3.0.0.29904"
#define FILE_VER_NUMBER 3, 0, 0, 29904
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "29902"
#define FB_BUILD_NO "29904"
#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=29902
BuildNum=29904
NowAt=`pwd`
cd `dirname $0`