ODAC 10.03.08 and GRANT problem
Posted: Tue 18 Dec 2018 20:17
The new version does not cope correctly with GRANT statements, if the command spreads on more than one line.
Example:
If you comment out the following lines in OraScriptProcessor.pas, it works fine again:
Example:
Code: Select all
GRANT SELECT
ON MYTABLE
TO MYROLE
Code: Select all
procedure TCustomOraScriptProcessor.CheckLexem(
...
ST_UNKNOWN:
..
// lxGRANT, lxREVOKE: // commented out
// StatementType := ST_PRIVILEGES;