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

nightly update

This commit is contained in:
fsg 2008-06-02 18:58:15 +00:00
parent c23245399c
commit 658f9ff0c8

View File

@ -1,3 +1,14 @@
2008-06-01 21:14 asfernandes
* firebird2/src/: common/classes/auto.h (1.19), dsql/StmtNodes.cpp
(1.4):
Set the tdbb->request to NULL when committing an autonomous
transaction, as a normal COMMIT does. This fixes assertion related
to system blobs created by DDL commands in EXECUTE STATEMENT. Test
case: execute block as begin in autonomous transaction do
execute statement 'create table x (n integer)'; end!
2008-06-01 03:19 asfernandes 2008-06-01 03:19 asfernandes
* firebird2/src/dsql/parse.y (1.285): * firebird2/src/dsql/parse.y (1.285):