Opened 11 years ago
Closed 11 years ago
#701 closed defect (fixed)
File extension is unknown when using encode()
Reported by: | Dimitar Misev | Owned by: | uadhikari |
---|---|---|---|
Priority: | minor | Milestone: | Future |
Component: | qlparser | Version: | development |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
This will result in a rasql_1.unknown file, but should be a rasql_1.png
rasql -q 'select encode(c, "PNG") from mr as c' --out file
Should be fixed in source:qlparser/qtencode.cc, an example on how to fix it can probably be found in source:qlparser/qtconversion.cc
Change History (3)
comment:1 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 11 years ago
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
The query works for me.