Changes between Version 18 and Version 19 of DatabaseBasedAnalysis/rootifysql


Ignore:
Timestamp:
01/06/21 10:28:50 (4 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBasedAnalysis/rootifysql

    v18 v19  
    8383}}}
    8484
     85To pass fixed arguments to rootifysql use something line
     86
     87{{{
     88#!/usr/bin/env -S rootifysql --force --accurate --ignore-null -C my-uri.rc
     89SELECT 'Hello World!'
     90}}}
     91
    8592Now make it executable for yourself
    8693{{{
     
    9299user@machine> ./query.sql [options]
    93100}}}
    94 
    95 with the [options] from {{{rootifysql}}}. If you prefix your query file with
    96 {{{
    97 #!/path/to/rootifysql -C /path/to/resources.rc
    98 }}}
    99 
    100 you can even have a dedicated resource file.
    101 
    102101
    103102