|
From: <fir...@us...> - 2014-05-20 00:39:03
|
Revision: 59607
http://sourceforge.net/p/firebird/code/59607
Author: firebirds
Date: 2014-05-20 00:39:00 +0000 (Tue, 20 May 2014)
Log Message:
-----------
nightly update
Modified Paths:
--------------
firebird/trunk/ChangeLog
firebird/trunk/src/jrd/build_no.h
firebird/trunk/src/misc/writeBuildNum.sh
Modified: firebird/trunk/ChangeLog
===================================================================
--- firebird/trunk/ChangeLog 2014-05-19 19:06:47 UTC (rev 59606)
+++ firebird/trunk/ChangeLog 2014-05-20 00:39:00 UTC (rev 59607)
@@ -1,3 +1,41 @@
+ 2014-05-19 19:06 asfernandes
+ M lang_helpers/gds_codes.ftn
+ M lang_helpers/gds_codes.pas
+ M src/dsql/BlrDebugWriter.cpp
+ M src/dsql/BlrDebugWriter.h
+ M src/dsql/DdlNodes.epp
+ M src/dsql/ExprNodes.cpp
+ M src/dsql/ExprNodes.h
+ M src/dsql/Nodes.h
+ M src/dsql/StmtNodes.cpp
+ M src/dsql/dsql.h
+ M src/dsql/parse.y
+ M src/dsql/pass1.cpp
+ M src/dsql/pass1_proto.h
+ M src/include/consts_pub.h
+ M src/include/gen/codetext.h
+ M src/include/gen/iberror.h
+ M src/include/gen/msgs.h
+ M src/include/gen/sql_code.h
+ M src/include/gen/sql_state.h
+ M src/jrd/DebugInterface.cpp
+ M src/jrd/DebugInterface.h
+ M src/jrd/RecordSourceNodes.cpp
+ M src/jrd/exe.h
+ M src/jrd/filters.cpp
+ M src/jrd/recsrc/Cursor.h
+ M src/jrd/vio.cpp
+ M src/msgs/facilities2.sql
+ M src/msgs/messages2.sql
+ M src/msgs/system_errors2.sql
+Feature CORE-4403 - Allow referencing cursors as record variables in PSQL.
+Improvement CORE-4434 - Extend the use of colon prefix for read/assignment OLD/NEW fields and assignment to variables.
+
+ 2014-05-19 14:54 dimitr
+ M src/burp/backup.epp
+ M src/burp/restore.epp
+This should fix the restore issue with PSQL functions.
+
2014-05-16 13:21 mapopa
M src/remote/merge.cpp
Cleanup convert function NOT_USED_OR_REPLACED
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2014-05-19 19:06:47 UTC (rev 59606)
+++ firebird/trunk/src/jrd/build_no.h 2014-05-20 00:39:00 UTC (rev 59607)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:31141
+ FORMAL BUILD NUMBER:31143
*/
-#define PRODUCT_VER_STRING "3.0.0.31141"
-#define FILE_VER_STRING "WI-T3.0.0.31141"
-#define LICENSE_VER_STRING "WI-T3.0.0.31141"
-#define FILE_VER_NUMBER 3, 0, 0, 31141
+#define PRODUCT_VER_STRING "3.0.0.31143"
+#define FILE_VER_STRING "WI-T3.0.0.31143"
+#define LICENSE_VER_STRING "WI-T3.0.0.31143"
+#define FILE_VER_NUMBER 3, 0, 0, 31143
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "31141"
+#define FB_BUILD_NO "31143"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2"
Modified: firebird/trunk/src/misc/writeBuildNum.sh
===================================================================
--- firebird/trunk/src/misc/writeBuildNum.sh 2014-05-19 19:06:47 UTC (rev 59606)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2014-05-20 00:39:00 UTC (rev 59607)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=31141
+BuildNum=31143
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|