Opened 11 years ago
Last modified 11 years ago
#753 closed defect
rasql should check for write permissions — at Version 2
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. The relevant code is in source:application/rasql/rasql.cc (function printResult)
To reproduce:
cd / rasql -q 'select r from rgb as r' --out file
Change History (2)
comment:1 by , 11 years ago
Description: | modified (diff) |
---|
comment:2 by , 11 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.