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

SECTION.2 is not cleared when statement is skipped #117

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For example:

--* SECTION.2 "Loading OTHER_CONTACT_INFO"
IMPORT CSV SKIP HEADER SEPARATED BY |
INTO etc
FILE "data/OTHER_CONTACT_INFO.csv" ENCODING "ISO-8859-1";

--* SECTION "Resetting sequences"
--* SET DELIMITER ISOLATED /

etc

If the import gets skipped, then you still get the following output:

[upgradedb]     Resetting sequences...
[upgradedb]         Loading OTHER_CONTACT_INFO...

Original issue reported on code.google.com by rene.de....@gmail.com on 11 Nov 2010 at 3:03

GoogleCodeExporter commented 9 years ago
Fixed by r580.

Original comment by rene.de....@gmail.com on 11 Nov 2010 at 5:14

GoogleCodeExporter commented 9 years ago
Issue 107 has been merged into this issue.

Original comment by rene.de....@gmail.com on 11 Nov 2010 at 7:14