Changes between Version 3 and Version 4 of DatabaseBasedAnalysis/rootifysql


Ignore:
Timestamp:
08/05/18 17:07:49 (7 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBasedAnalysis/rootifysql

    v3 v4  
    6565user@machine> echo "SELECT 'Hello World\!'" > query.sql
    6666user@machine> rootifysql -d -n query.sql
    67 Reading global  options from 'fact++.rc'.
    68 Reading default options from 'rootifysql.rc'.
    69 
    70 
     67[...]
    7168------------------------ Rootify SQL -------------------------
    7269Reading 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[...]
    8271
    8372# Hello World!
    8473Hello World!
    8574
    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[...]
    9276--------------------------------------------------------------
    9377}}}