|
| 10954 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/test/org/hibernate/test/unionsubclass2/UnionSubclassTest.java | doh! |
| 10953 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/test/org/hibernate/test/legacy/FooBarTest.java | added skip protection regarding circular cascade delete constraints |
| 10950 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.java | corrected test expectation based on earlier fix for implicit joins |
| 10948 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/src/org/hibernate/event/def/ReattachVisitor.java | HHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup |
| 10948 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/test/org/hibernate/test/propertyref/basic/PropertyRefTest.java | HHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup |
| 10948 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/src/org/hibernate/event/def/AbstractReassociateEventListener.java | HHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup |
| 10948 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/src/org/hibernate/event/def/DefaultDeleteEventListener.java | HHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup |
| 10948 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/src/org/hibernate/event/def/DefaultSaveOrUpdateEventListener.java | HHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup |
| 10948 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/src/org/hibernate/event/def/OnUpdateVisitor.java | HHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup |
| 10948 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/test/org/hibernate/test/propertyref/basic/Person.hbm.xml | HHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup |
| 10948 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/src/org/hibernate/event/def/DefaultReplicateEventListener.java | HHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup |
| 10948 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/src/org/hibernate/event/def/OnLockVisitor.java | HHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup |
| 10948 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/src/org/hibernate/event/def/OnReplicateVisitor.java | HHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup |
| 10948 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/src/org/hibernate/event/def/AbstractSaveEventListener.java | HHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup |
| 10945 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/test/org/hibernate/test/hql/WithClauseTest.java | specialized InvalidWithClauseException |
| 10945 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/src/org/hibernate/hql/ast/HqlSqlWalker.java | specialized InvalidWithClauseException |
| 10945 | added | [EMAIL PROTECTED] | //trunk/Hibernate3/src/org/hibernate/hql/ast/InvalidWithClauseException.java | specialized InvalidWithClauseException |
| 10943 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.java | removed FailureExpected |
| 10941 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/test/org/hibernate/test/hql/CrazyIdFieldNames.hbm.xml | test failures - shallow + implicit joins |
| 10941 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.java | test failures - shallow + implicit joins |
| 10941 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/test/org/hibernate/test/hql/HQLTest.java | test failures - shallow + implicit joins |
| 10941 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/src/org/hibernate/hql/ast/tree/DotNode.java | test failures - shallow + implicit joins |
| 10939 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/src/org/hibernate/jdbc/ConnectionManager.java | bug in borrowed connection releasing |
| 10936 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/src/org/hibernate/dialect/Dialect.java | HHH-2221 : MySQL and temporary table creation |
| 10936 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/src/org/hibernate/dialect/MySQLDialect.java | HHH-2221 : MySQL and temporary table creation |
| 10936 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/test/org/hibernate/test/TestCase.java | HHH-2221 : MySQL and temporary table creation |
| 10936 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/src/org/hibernate/dialect/Cache71Dialect.java | HHH-2221 : MySQL and temporary table creation |
| 10936 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/src/org/hibernate/hql/ast/exec/AbstractStatementExecutor.java | HHH-2221 : MySQL and temporary table creation |
| 10936 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/test/org/hibernate/test/hql/BulkManipulationTest.java | HHH-2221 : MySQL and temporary table creation |
| 10933 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/src/org/hibernate/hql/ast/tree/DotNode.java | (follow-on) HHH-2257 : implicit joins and shallow queries |
| 10932 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/test/org/hibernate/test/hql/HQLTest.java | HHH-2284 : HQL + sub-component references |
| 10932 | added | [EMAIL PROTECTED] | //trunk/Hibernate3/test/org/hibernate/test/hql/ComponentContainer.java | HHH-2284 : HQL + sub-component references |
| 10932 | added | [EMAIL PROTECTED] | //trunk/Hibernate3/test/org/hibernate/test/hql/ComponentContainer.hbm.xml | HHH-2284 : HQL + sub-component references |
| 10932 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/src/org/hibernate/hql/ast/tree/DotNode.java | HHH-2284 : HQL + sub-component references |
| 10932 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/test/org/hibernate/test/hql/QueryTranslatorTestCase.java | HHH-2284 : HQL + sub-component references |
| 10930 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.java | HHH-2257 : implicit joins and shallow queries |
| 10930 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/src/org/hibernate/hql/ast/tree/DotNode.java | HHH-2257 : implicit joins and shallow queries |
| 10930 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/test/org/hibernate/test/hql/QueryTranslatorTestCase.java | HHH-2257 : implicit joins and shallow queries |
| 10928 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/test/org/hibernate/test/propertyref/PropertyRefSuite.java | oops! |
| 10927 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/src/org/hibernate/mapping/PersistentClass.java | HHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests |
| 10924 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/test/org/hibernate/test/jpa/ql/JPAQLComplianceTest.java | additional test query |
| 10923 | deleted | [EMAIL PROTECTED] | //trunk/Hibernate3/test/org/hibernate/test/propertyref/Person.java | HHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests |
| 10923 | deleted | [EMAIL PROTECTED] | //trunk/Hibernate3/test/org/hibernate/test/propertyref/Person.hbm.xml | HHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests |
| 10923 | deleted | [EMAIL PROTECTED] | //trunk/Hibernate3/test/org/hibernate/test/propertyref/Group.java | HHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests |
| 10923 | deleted | [EMAIL PROTECTED] | //trunk/Hibernate3/test/org/hibernate/test/propertyref/PropertyRefTest.java | HHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests |
| 10922 | modified | [EMAIL PROTECTED] | //trunk/Hibernate3/test/org/hibernate/test/AllTests.java | HHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests |
| 10920 | added | [EMAIL PROTECTED] | //trunk/Hibernate3/test/org/hibernate/test/propertyref/component/partial | HHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests |
| 10920 | added | [EMAIL PROTECTED] | //trunk/Hibernate3/test/org/hibernate/test/propertyref/component/partial/PartialComponentPropertyRefTest.java | HHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests |
| 10920 | added | [EMAIL PROTECTED] | //trunk/Hibernate3/test/org/hibernate/test/propertyref/inheritence/union/UnionSubclassPropertyRefTest.java | HHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests |
| 10920 | added | [EMAIL PROTECTED] | //trunk/Hibernate3/test/org/hibernate/test/propertyref/inheritence/union/Account.java | HHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests |