Changes between Version 1 and Version 2 of Ticket #1589


Ignore:
Timestamp:
Jun 27, 2017, 11:51:29 AM (7 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1589

    • Property Cc Peter Baumann added
    • Property Owner set to Joana Halili
    • Property Status newassigned
  • Ticket #1589 – Description

    v1 v2  
    33So rasql should read the big query from a file like this
    44
    5 
    65{{{
    7 rasql -p 7001 --user rasadmin --passwd rasadmin -q 'file://FILE_PATH'
     6rasql --queryfile 'FILE_PATH'
    87}}}
    98
     9This should be implemented in source:applications/rasql/rasql.cc
    1010