Changes between Initial Version and Version 1 of Ticket #753
- Timestamp:
- Apr 25, 2014, 10:40:25 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #753 – Description
initial v1 1 Before trying to write a file, right now it segfaults if it doesn't have write permissions. 1 Before trying to write a file, right now it segfaults if it doesn't have write permissions. It should throw an appropriate exception instead. 2 3 To reproduce: 4 {{{ 5 cd / 6 rasql -q 'select r from rgb as r' --out file 7 }}}