Skip to content

Commit

Permalink
Preserve quote in the connection string to the GeoRaster driver so th…
Browse files Browse the repository at this point in the history
…at Oracle Database wallet can be supported.
  • Loading branch information
Fengting Chen committed Sep 23, 2024
1 parent 24b161c commit b324675
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frmts/georaster/georaster_wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ char **GeoRasterWrapper::ParseIdentificator(const char *pszStringID)
char **papszParam =
CSLTokenizeString2(pszStartPos, ",@",
CSLT_HONOURSTRINGS | CSLT_ALLOWEMPTYTOKENS |
CSLT_STRIPLEADSPACES | CSLT_STRIPENDSPACES);
CSLT_STRIPLEADSPACES | CSLT_STRIPENDSPACES |
CSLT_PRESERVEQUOTES);

// -------------------------------------------------------------------
// The "/" should not be catch on the previous parser
Expand Down

0 comments on commit b324675

Please sign in to comment.