Opened 11 years ago
Closed 11 years ago
#383 closed defect (invalid)
Printing tiles using dbinfo() doesn't work
Reported by: | Dirk Daems | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | undecided | Version: | 8.4 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
According to mailing list topic https://groups.google.com/forum/?fromgroups#!topic/rasdaman-users/CDZg4NPL-I8, it should be possible to use the "printtiles=1" option of the dbinfo() function to print the tiles as they are in the database.
However, when I try this I get an error:
rasql -q "select dbinfo(c, "printtiles=1") from GAUL_Africa_AOI_Tiling_0 as c" --out string rasql: rasdaman query tool v1.0, rasdaman v8.4.0rc.2-28-g86ded3a -- generated on 16.05.2013 12:33:11. opening database RASBASE at localhost:7001...ok Executing retrieval query...rasdaman error 300: Parsing error 300 in line 1, column 18: Unexpected name printtiles. aborting transaction...ok rasql done.
Note:
See TracTickets
for help on using tickets.
The nesting of quotes won't work, this will work