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

nightly update

This commit is contained in:
firebirds 2011-12-20 03:28:42 +00:00
parent c7d5265426
commit 9b6c203341
3 changed files with 18 additions and 7 deletions

View File

@ -1,3 +1,14 @@
2011-12-19 16:01 hvlad
M src/common/classes/init.cpp
M src/jrd/gds.cpp
M src/jrd/jrd.cpp
M src/jrd/why.cpp
Fixed bug CORE-3671 : JVM Access Violation when using Firebird Embedded
2011-12-19 09:59 dimitr
M src/jrd/opt.cpp
Backported CORE-3683: Wrong results if the recursive query contains an embedded GROUP BY clause.
2011-12-14 16:08 dimitr
M src/dsql/gen.cpp
Fixed (methinks) CORE-3697: String truncation error when selecting from a VIEW with UNION inside. It doesn't look like a good idea to modify dsc_length in place, as it can be used afterwards (e.g. MAKE_desc(field) after GEN_expr(rse), see define_view() in ddl.cpp). We only need to ensure that the generated BLR has the real byte length and it can be achieved with a temporary descriptor copy. Other solutions are also possible but this one seems better at the first glance.

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:26399
FORMAL BUILD NUMBER:26401
*/
#define PRODUCT_VER_STRING "2.5.2.26399"
#define FILE_VER_STRING "WI-V2.5.2.26399"
#define LICENSE_VER_STRING "WI-V2.5.2.26399"
#define FILE_VER_NUMBER 2, 5, 2, 26399
#define PRODUCT_VER_STRING "2.5.2.26401"
#define FILE_VER_STRING "WI-V2.5.2.26401"
#define LICENSE_VER_STRING "WI-V2.5.2.26401"
#define FILE_VER_NUMBER 2, 5, 2, 26401
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "2"
#define FB_BUILD_NO "26399"
#define FB_BUILD_NO "26401"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.5"

View File

@ -9,7 +9,7 @@ BuildType=V
MajorVer=2
MinorVer=5
RevNo=2
BuildNum=26399
BuildNum=26401
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds