Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix bugzilla bug 177381Do not strip the comments in the query in birt oda jdbc driver.

Title: CheckIn:Fix bugzilla bug 177381Do not strip the comments in the query in birt oda jdbc driver.

- Summary:
Fix bugzilla bug
177381 Do not strip the comments in the query in birt oda jdbc driver.

- Bugzilla Bug (s) Resolved:
Bug
177381

- Description:
The comments style we supported in Birt now follows SQL92 standard. That is: <comment introducer>::=<minus sign><minus sign>[<minus sign>.]. Id remove the tripping method on C-Style comments like /**/. Since it might be optimizer hints in some database. Fix it now!

- Tests Description:
Unit test

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

- Notes to Documentation:  

- Files Edited:
"/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/SQLFormatter.java"
"/org.eclipse.birt.report.data.oda.jdbc.tests/test/org/eclipse/birt/report/data/oda/jdbc/SQLFormatterTest.java"

- Files Added:

- Files Deleted



Back to the top