Changes between Version 11 and Version 12 of DatabaseBasedAnalysis/table2sql


Ignore:
Timestamp:
08/11/18 20:12:39 (7 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBasedAnalysis/table2sql

    v11 v12  
    152152}}}
    153153would be matched with ''file_12345_name.ext'', the first sub-sequence (0) would be '_12345_' and the second sub-sequence (1) would be '12345'. Therefore, '12345' would be inserted. Because it is not always apparent which sub-sequence gets which number, a verbosity level of 3 can be used to print the match result.
     154
     155== Conditional execution ==
     156
     157Based on the constant values, conditional execution can be enable with `--conditional`. After dropping/creating the table, it is checked by a `SELECT` query whether at least one entry which fits the constant value columns exists. If at least one exists, further execution is stopped.
    154158
    155159== Pre-deleting entries ==