Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] [137130]CheckIn:Fix bugzilla bug 137130 The cascading parameter does not work when a column name includes double quotation marks

- Summary:
Fix bugzilla bug 137130 The cascading parameter does not work when a column name includes double quotation marks


- Bugzilla Bug (s) Resolved:
[137130] The cascading parameter does not work when a column name includes double quotation marks


- Description:
In original QueryResults.initAutoBinding() method, when some character like ‘”’ appears in column names, the bound expressions has not been correctly created in a way that js can recognized. Correct it.


- Tests Description:
Unit test.


- Files Edited:

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/QueryResults.java" 

"/org.eclipse.birt.data/test/org/eclipse/birt/data/engine/binding/ColumnBindingTest.java"

 

- Files Added:

 

- Notes to Build Team:
N/A


- Notes to Developers:
N/A


- Notes to QA: 
 

N/A

 

- Notes to Documentation:  
N/A

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 


Back to the top