Changes between Initial Version and Version 1 of Ticket #845, comment 1


Ignore:
Timestamp:
Nov 5, 2014, 10:55:07 AM (10 years ago)
Author:
Dimitar Misev

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #845, comment 1

    initial v1  
    33
    44Did you think about how to do this? I see two options
    5 1. specify type definition file (like with rasdl): rasql -q 'create type $1' -f types.dl
     51. specify type definition file (like with rasdl): rasql -q 'insert types $1' -f types.dl
    661. directly allow typedef statements, e.g: rasql -q 'typedef marray <char, 2> !GreyImage'