This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 164555 - Error in SQL parser
Summary: Error in SQL parser
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P4 blocker (vote)
Assignee: Jiri Skrivanek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-06 06:43 UTC by akiliyevich
Modified: 2009-09-18 22:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description akiliyevich 2009-05-06 06:43:18 UTC
The following SQL 

select TRUNC((EndTime-StartTime)/Period)*Period + StartTime from TEST

displayed as comment.
Comment 1 Jiri Skrivanek 2009-09-17 13:40:17 UTC
Fixed.
core-main #000bbf871e58
Comment 2 Quality Engineering 2009-09-18 22:51:13 UTC
Integrated into 'main-golden', will be available in build *200909181401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/000bbf871e58
User: Jiri Skrivanek <jskrivanek@netbeans.org>
Log: #164555 - Slash is OPERATOR token.