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

When using SKIP, why are some sections still printed? #107

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
G:\PROJECTS\bigpatch>ant testdata
Buildfile: G:\PROJECTS\bigpatch\build.xml

testdata:
   [sb-sql] SolidBase v1.6.3-rev524 (http://solidbase.org)
   [sb-sql]
   [sb-sql] Opening file 'G:\PROJECTS\bigpatch\insertACNPCE.sql'
   [sb-sql]     Encoding is 'ISO-8859-1'
   [sb-sql] Connecting to database...
   [sb-sql] Emptying table...
   [sb-sql] Importing 59001 records...
   [sb-sql]     Importing 1..10000 records...
   [sb-sql]     Importing 10001..20000 records...
   [sb-sql]     Importing 20001..30000 records...
   [sb-sql]     Importing 30001..40000 records...
   [sb-sql]     Importing 40001..50000 records...
   [sb-sql]     Importing 50001..59001 records...
   [sb-sql] Importing 8034 PCE records...
   [sb-sql]     Dropping TEMP table...
   [sb-sql] Execution complete.
   [sb-sql]

BUILD SUCCESSFUL
Total time: 5 seconds
G:\PROJECTS\bigpatch>

Something to do with the section hierarchy?
The second import should not be printed/executed.

Original issue reported on code.google.com by rene.de....@gmail.com on 16 Oct 2010 at 10:14

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

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