Changes between Initial Version and Version 1 of Ticket #753


Ignore:
Timestamp:
Apr 25, 2014, 10:40:25 AM (10 years ago)
Author:
Dimitar Misev
Comment:

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.
     1Before trying to write a file, right now it segfaults if it doesn't have write permissions. It should throw an appropriate exception instead.
     2
     3To reproduce:
     4{{{
     5cd /
     6rasql -q 'select r from rgb as r' --out file
     7}}}