
|
If you were logged in you would be able to see more operations.
|
|
|
|
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.
|
|
Description
|
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. |
Show » |
|
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...