Issue Details (XML | Word | Printable)

Key: HHH-2286
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Steve Ebersole
Reporter: Steve Ebersole
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Hibernate Core

dialect informational metadata

Created: 05/Dec/06 03:23 PM   Updated: 08/Dec/06 10:08 AM
Component/s: core
Affects Version/s: None
Fix Version/s: 3.2.2

Time Tracking:
Not Specified


 Description  « Hide
Currently, we have a lot of useful information regarding the various dialects contained in the org.hibernate.test.TestCase class. This is information used to effect the running of the test suite. It is extremely useful information like its level of LOB support, etc. However, it was not originally included in the Dialect because it is not currently used within the Hibernate code base itself.

 All   Comments   Work Log   Change History   FishEye      Sort Order: Ascending order - Click to sort in descending order
Steve Ebersole added a comment - 08/Dec/06 10:08 AM
trunk / 3.2

The only stuff I did not convert is the org.hibernate.test.TestCase#allowsPhysicalColumnNameInOrderby and org.hibernate.test.TestCase#allowsPhysicalColumnNameInHaving because I eventually want to handle these very differently starting with the new parser/translator...