mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 10:03:03 +01:00
nightly update
This commit is contained in:
parent
d4a48a4164
commit
5d96d3ac18
26
ChangeLog
26
ChangeLog
@ -1,3 +1,29 @@
|
|||||||
|
2013-05-15 15:39 asfernandes
|
||||||
|
M src/include/firebird/Message.h
|
||||||
|
Misc.
|
||||||
|
|
||||||
|
2013-05-15 14:28 hvlad
|
||||||
|
M src/jrd/tra.cpp
|
||||||
|
Fixed bug CORE-4100 : Automatic sweep could be run when there is no need for it
|
||||||
|
|
||||||
|
2013-05-14 15:44 asfernandes
|
||||||
|
M doc/WhatsNew
|
||||||
|
M doc/sql.extensions/README.ddl.txt
|
||||||
|
Document CORE-3018 - RECREATE, ALTER and CREATE OR ALTER SEQUENCE/GENERATOR statements.
|
||||||
|
|
||||||
|
2013-05-14 15:43 asfernandes
|
||||||
|
M src/dsql/parse.y
|
||||||
|
Added ALTER GENERATOR (as ALTER SEQUENCE) for consistency with the others SEQUENCE/GENERATOR commands.
|
||||||
|
|
||||||
|
2013-05-14 14:53 asfernandes
|
||||||
|
M doc/WhatsNew
|
||||||
|
M doc/sql.extensions/README.ddl.txt
|
||||||
|
Document CORE-1209 - CONTINUE statement.
|
||||||
|
|
||||||
|
2013-05-14 01:06 asfernandes
|
||||||
|
M src/dsql/parse.y
|
||||||
|
Fixed problem with LEAVE and CONTINUE syntaxes.
|
||||||
|
|
||||||
2013-05-13 15:56 asfernandes
|
2013-05-13 15:56 asfernandes
|
||||||
M doc/WhatsNew
|
M doc/WhatsNew
|
||||||
A doc/sql.extensions/README.subroutines.txt
|
A doc/sql.extensions/README.subroutines.txt
|
||||||
|
@ -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:30410
|
FORMAL BUILD NUMBER:30416
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define PRODUCT_VER_STRING "3.0.0.30410"
|
#define PRODUCT_VER_STRING "3.0.0.30416"
|
||||||
#define FILE_VER_STRING "WI-T3.0.0.30410"
|
#define FILE_VER_STRING "WI-T3.0.0.30416"
|
||||||
#define LICENSE_VER_STRING "WI-T3.0.0.30410"
|
#define LICENSE_VER_STRING "WI-T3.0.0.30416"
|
||||||
#define FILE_VER_NUMBER 3, 0, 0, 30410
|
#define FILE_VER_NUMBER 3, 0, 0, 30416
|
||||||
#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 "30410"
|
#define FB_BUILD_NO "30416"
|
||||||
#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=30410
|
BuildNum=30416
|
||||||
|
|
||||||
NowAt=`pwd`
|
NowAt=`pwd`
|
||||||
cd `dirname $0`
|
cd `dirname $0`
|
||||||
|
Loading…
Reference in New Issue
Block a user