Changes between Version 52 and Version 53 of DatabaseBasedAnalysis
- Timestamp:
- 08/05/18 13:27:03 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseBasedAnalysis
v52 v53 171 171 The output should look similar to this 172 172 {{{ 173 Reading global options from 'fact++.rc'.174 Reading default options from 'rootifysql.rc'.175 176 173 ------------------------ Rootify SQL ------------------------- 177 174 Connecting to database... … … 194 191 Per default rows which contain any NULL are not written to the file because all values are converted to a DOUBLE and there is no representation for a NULL-value in double. So, we need to force the output with {{{--ignore-null}}} and will get something like: 195 192 {{{ 196 Reading global options from 'fact++.rc'.197 Reading default options from 'rootifysql.rc'.198 199 193 ------------------------ Rootify SQL ------------------------- 200 194 Connecting to database...