Opened 6 years ago
Closed 6 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
Note:
See TracTickets
for help on using tickets.