Changes between Version 11 and Version 12 of DatabaseBasedAnalysis/table2sql
- Timestamp:
- 08/11/18 20:12:39 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseBasedAnalysis/table2sql
v11 v12 152 152 }}} 153 153 would 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 157 Based 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. 154 158 155 159 == Pre-deleting entries ==