Changeset 19176
- Timestamp:
- 08/18/18 22:03:17 (6 years ago)
- Location:
- trunk/FACT++/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fits2sql.cc
r19167 r19176 65 65 ("duplicate", vars<string>(), "Specifies an assignment_list for an 'ON DUPLICATE KEY UPDATE' expression") 66 66 ("ignore-errors", po_switch(), "Adds the IGNORE keyword to the INSERT query (turns errors into warnings, ignores rows with errors)") 67 ("const.*", var<string>(), "Insert a constant number into the given column (--const.mycolumn=5). A special case is `/... ./N/`")67 ("const.*", var<string>(), "Insert a constant number into the given column (--const.mycolumn=5). A special case is `/.../.../`") 68 68 ("conditional", po_switch(), "Conditional insert. Only insert if no entry exists yet with the constants defined by --const") 69 69 ("delete", po_switch(), "Delete all entries first which fit all constant columns defined by --const") -
trunk/FACT++/src/root2sql.cc
r19173 r19176 68 68 ("duplicate", vars<string>(), "Specifies an assignment_list for an 'ON DUPLICATE KEY UPDATE' expression") 69 69 ("ignore-errors", po_switch(), "Adds the IGNORE keyword to the INSERT query (turns errors into warnings, ignores rows with errors)") 70 ("const.*", var<string>(), "Insert a constant number into the given column (--const.mycolumn=5). A special case is `/... ./N/`")70 ("const.*", var<string>(), "Insert a constant number into the given column (--const.mycolumn=5). A special case is `/.../.../`") 71 71 ("conditional", po_switch(), "Conditional insert. Only insert if no entry exists yet with the constants defined by --const") 72 72 ("delete", po_switch(), "Delete all entries first which fit all constant columns defined by --const")
Note:
See TracChangeset
for help on using the changeset viewer.