Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix bugzilla bug 147496 Comments in SQL Query

Title: CheckIn:Fix bugzilla bug 147496 Comments in SQL Query

- Summary:
Fix bugzilla bug
147496 Comments in SQL Query

- Bugzilla Bug (s) Resolved:
147496

- Description:
Now in our sql editor, we support two kinds of comments: one is --some comment, another is /*some comments*/.The comments will be escaped before passing query text to jdbc driver for evaluation. Fix it in source!

- 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/Statement.java"
"/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/CallStatement.java"

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

- Files Deleted



Back to the top