Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Enhanced fix on bug 177381

Title: CheckIn:Enhanced fix on bug 177381

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

- Bugzilla Bug (s) Resolved:
Bug 177381

- Description:
It is desirable for user input some comments to indicate some useful hint info. So we should do nothing on the users comments in queryText even the comments follow SQL92 standard.

- Tests Description:


- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

- Notes to Documentation:  

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


- Files Added:

- Files Deleted

"test/org/eclipse/birt/report/data/oda/jdbc/SQLFormatterTest.java"
"/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/SQLFormatter.java"


Back to the top