Opened 5 years ago

Closed 5 years ago

#2070 closed enhancement (fixed)

remove use of rasdl in create_db.sh

Reported by: Dimitar Misev Owned by: ahambasan
Priority: major Milestone: 9.8
Component: bin Version: 9.7
Keywords: Cc:
Complexity: Medium

Description

It should be replaced with calls to rasserver:

  • this should become rasserver -c
  • this should be transformed to several rasserver -q "CREATE TYPE ..." calls, for each type in basictypes.dl.
    • the rasql create type syntax is documented here
    • note that this subtask requires to first fix ticket #1859, because it's not possible to create complex cell types with CREATE TYPE currently; the suggested workaround is to implement parser support for CFloat32 (complex) and CFloat64 (complexd) instead in lex.ll / oql.yy

Change History (1)

comment:1 by ahambasan, 5 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.