alexander-87 / dbdeploy

Automatically exported from code.google.com/p/dbdeploy
0 stars 0 forks source link

Oracle dialect generates BEGIN TRANSACTION for every delta #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Create DDL delta
2. Generate output SQL for Oracle (dbms=ora)
3. See "BEGIN TRANSACTION;" in output.sql

What is the expected output? What do you see instead?

Oracle DDL statements should not run within explicit transactions.

What version of the product are you using? On what operating system?

DbDeploy 3.0 on Win XP Pro.

Please provide any additional information below.

I removed the word "BEGIN TRANSACTION" in output.sql,
and it worked fine.

Original issue reported on code.google.com by dalaldha...@gmail.com on 9 Sep 2009 at 1:50

GoogleCodeExporter commented 9 years ago
This is a duplicate of issue 22, which has been fixed on trunk.

Original comment by gtack...@googlemail.com on 14 Sep 2009 at 2:17