Bug 899515 (JBPAPP6-1221)
| Summary: | HHH-6655 TemplateRenderer and CriteriaQueryBuilder.TrimSpec behaves differently for DB2 causing querybuilder.trim test in JPA2 TCK to fail | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Madhumita Sadhukhan <msadhukh> | ||||||||
| Component: | Hibernate | Assignee: | Brett Meyer <brmeyer> | ||||||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | |||||||||
| Severity: | high | Docs Contact: | |||||||||
| Priority: | high | ||||||||||
| Version: | 6.0.0 | CC: | brian.stansberry, brmeyer, msadhukh, pslavice, stliu, theute | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | EAP 6.1.0 | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| URL: | http://jira.jboss.org/jira/browse/JBPAPP6-1221 | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2012-10-11 16:21:23 UTC | Type: | Bug | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Bug Depends On: | |||||||||||
| Bug Blocks: | 900612 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Madhumita Sadhukhan
2011-09-14 12:47:56 UTC
Attachment: Added: Client_trim_from_standalone_DB2.jtr Attachment: Added: Client_trim_from_standalone_postgresql.jtr Attachment: Added: Client.java Strong can you please take a look at this? assigning to you. may relates to this one https://hibernate.onjira.com/browse/HHH-1949 Link: Added: This issue is a dependency of JBPAPP-8827 Affects: Added: Release Notes Affects: Removed: Release Notes Link: Added: This issue is a dependency of JBPAPP-9292 Link: Removed: This issue is a dependency of JBPAPP-8827 After re-running the test on DB2 9, HHH-6280 appears to be no longer relevant. I updated HHH-6655 with the real issue. HHH-6655 is resolved. Unless there's a critical reason to patch this in EAP 6.0.1, I'm holding off until the component upgrade in 6.1.0. Release Notes Docs Status: Added: Documented as Resolved Issue Release Notes Text: Added: For DB2 databases, the "trim" function had problems using parameter values as arguments. Forcing Hibernate to default to using literal values in TrimFunction corrected the issue. Release Notes Docs Status: Removed: Documented as Resolved Issue Release Notes Text: Removed: For DB2 databases, the "trim" function had problems using parameter values as arguments. Forcing Hibernate to default to using literal values in TrimFunction corrected the issue. Docs QE Status: Removed: NEW |