Tracker: Bugs

5 block comment content produces error - ID: 2891190
Last Update: Tracker Item Submitted ( danmau )

The following code snippet should produce no error:
---------------------------------------------------------------
select * from USER_TABLESPACES;
/* a test
select * from USER_TABLESPACES;
*/
select * from USER_TABLESPACES;
-----------------------------------------------------------

But we get an 'Error: ORA-00900: invalid SQL statement' in Squirrel
versions 3.0.2 and 2.6.9.

Version 2.3.2 just works fine !!!

We use a Oracle 10g database. Tested drivers are ojdbc6.jar and
ojdbc14.jar.


The following snippet produces no error in any of the three versions:

--------------------------------------------------------
select * from USER_TABLESPACES;
/* a test
bla blub
*/
select * from USER_TABLESPACES;
--------------------------------------------------------

Is this a parsing-problem since 2.6.x ?


Daniel Vogtland ( danmau ) - 2009-11-03 10:31

5

Open

None

Colin Bell

Core

3.0.2

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.