Changes between Version 3 and Version 4 of DatabaseBasedAnalysis/rootifysql
- Timestamp:
- 08/05/18 17:07:49 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseBasedAnalysis/rootifysql
v3 v4 65 65 user@machine> echo "SELECT 'Hello World\!'" > query.sql 66 66 user@machine> rootifysql -d -n query.sql 67 Reading global options from 'fact++.rc'. 68 Reading default options from 'rootifysql.rc'. 69 70 67 [...] 71 68 ------------------------ Rootify SQL ------------------------- 72 69 Reading query from file 'query.sql'. 73 Connecting to database... 74 Client Version: 5.7.23 75 Server Version: 5.7.23-0ubuntu0.18.04.1 76 Requesting data... 77 Opening file '/dev/null' [compression=1]... 78 Writing data to tree 'Result' 79 Trying to setup 1 branches... 80 Configured 0 branches. 81 Filling branches... 70 [...] 82 71 83 72 # Hello World! 84 73 Hello World! 85 74 86 87 1 rows fetched. 88 1 rows filled into tree. 89 0 B written to disk. 90 File closed. 91 Execution time: 0.0530581s (53.1 ms/row) 75 [...] 92 76 -------------------------------------------------------------- 93 77 }}}