
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
The "rem" token is typically a SQL script line commenter. It currently acts as a line comment for PL/SQL as well, which is wrong.
Additionally, in SQL it should only be considered comment if it appears at the beginning of the line, which is also not the case right now.
|
|
Description
|
The "rem" token is typically a SQL script line commenter. It currently acts as a line comment for PL/SQL as well, which is wrong.
Additionally, in SQL it should only be considered comment if it appears at the beginning of the line, which is also not the case right now. |
Show » |
|
SQL> rem hello
SQL> rem hello
SQL> remhello
SP2-0042: unknown command "remhello" - rest of line ignored.
SQL>