Opened 11 years ago
Last modified 11 years ago
#753 closed defect
rasql should check for write permissions — at Version 1
Reported by: | Dimitar Misev | Owned by: | uadhikari |
---|---|---|---|
Priority: | minor | Milestone: | 9.0.x |
Component: | applications | Version: | development |
Keywords: | Cc: | ||
Complexity: | Trivial |
Description (last modified by )
Before trying to write a file, right now it segfaults if it doesn't have write permissions. It should throw an appropriate exception instead.
To reproduce:
cd / rasql -q 'select r from rgb as r' --out file
Note:
See TracTickets
for help on using tickets.