Changes between Version 5 and Version 6 of S3/DataImportCLI


Ignore:
Timestamp:
01/31/12 08:12:15 (13 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/DataImportCLI

    v5 v6  
    3939}}}
    4040
    41 Do not forget to commit the import:
     41Do not forget to commit the import (if you want to keep it):
    4242{{{
    4343db.commit()
     44}}}
     45
     46If you were only testing (e.g. to see validation errors), and now want to discard the import, you can either leave the shell without calling {{{db.commit()}}} - or you do an explicit:
     47{{{
     48db.rollback()
    4449}}}
    4550== Tools to develop and debug XSLT stylesheets ==