sindicate / solidbase

SolidBase is a database change management and version control tool that uses annotated SQL
https://code.google.com/p/solidbase/
Apache License 2.0
2 stars 0 forks source link

Add example about: upgrade with multiple DML statements in one transaction #144

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Oracle:

BEGIN
    DML statements
END;
/

Other databases:

DML statement 1;
DML statement 2;
GO

Original issue reported on code.google.com by rene.de....@gmail.com on 2 Dec 2011 at 8:21