Changes between Version 1 and Version 2 of Ticket #1589
- Timestamp:
- Jun 27, 2017, 11:51:29 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1589
- Property Cc added
- Property Owner set to
- Property Status new → assigned
-
Ticket #1589 – Description
v1 v2 3 3 So rasql should read the big query from a file like this 4 4 5 6 5 {{{ 7 rasql - p 7001 --user rasadmin --passwd rasadmin -q 'file://FILE_PATH'6 rasql --queryfile 'FILE_PATH' 8 7 }}} 9 8 9 This should be implemented in source:applications/rasql/rasql.cc 10 10