Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIN:Fix bugzilla bug Bug 173963Can not get result set when adding a filter on scripted data set

Title: CheckIN:Fix bugzilla bug Bug 173963Can not get result set when adding a filter on scripted data set

- Summary:
Fix bugzilla bug Bug 173963 Can not get result set when adding a filter on scripted data set

- Bugzilla Bug (s) Resolved:
Bug
173963

- Description:
This bug is caused by the precision missing when doing format on java.util.Date value. I change its format into yyyy-MM-dd HH:mm:ss.S, which can assure that its display value in selectValueDialog is no-missing precision. Fix it now!

- Tests Description:

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

- Notes to Documentation:  

- Files Edited:
"src/org/eclipse/birt/report/designer/ui/dialogs/SelectValueDialog.java"

- Files Added:

- Files Deleted


Back to the top