Quick Search:

View detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

MAIN 1.3 1.2 1.1 SJSAS91_FCS_BRANCH 1.2.6.1

latest revision download Branch MAIN

1.3 annotated / raw | Diffs: previous, other | Lines: 53 ( +1, -2 )

Created: 2007-10-24 16:26:26 -0500 (14 months ago) | Author: ailitche | Changeset: MAIN:ailitche:20071024211708

Issue number:  2021
Obtained from: TopLink
Submitted by:  ailitche
Reviewed by:   TopLink team
Changed classes:
oracle.toplink.essentials.internal.databaseaccess.DatabasePlatform
oracle.toplink.essentials.internal.databaseaccess.DatasourcePlatform.
oracle.toplink.essentials.internal.databaseaccess.Platform
oracle.toplink.essentials.internal.ejb.cmp3.metadata.accessors.NonRelationshipAccessor
oracle.toplink.essentials.internal.ejb.cmp3.metadata.MetadataConstants
oracle.toplink.essentials.internal.ejb.cmp3.metadata.MetadataProject
oracle.toplink.essentials.internal.sequencing.SequencingManager
oracle.toplink.essentials.platform.database.oracle.OraclePlatform
oracle.toplink.essentials.platform.database.DB2Platform
oracle.toplink.essentials.platform.database.DerbyPlatform
oracle.toplink.essentials.platform.database.InformixPlatform
oracle.toplink.essentials.platform.database.MySQL4Platform
oracle.toplink.essentials.platform.database.PostgreSQLPlatform
oracle.toplink.essentials.platform.database.SQLAnyWherePlatform
oracle.toplink.essentials.platform.database.SQLServerPlatform
oracle.toplink.essentials.platform.database.SybasePlatform
oracle.toplink.essentials.platform.database.TimesTenPlatform
oracle.toplink.essentials.sequencing.NativeSequence
oracle.toplink.essentials.sequencing.StandardSequence
oracle.toplink.essentials.tools.schemaframework.FieldDefinition
oracle.toplink.essentials.tools.schemaframework.SchemaManager
oracle.toplink.essentials.tools.schemaframework.SequenceDefinition
oracle.toplink.essentials.tools.schemaframework.TableSequenceDefinition
New class:
oracle.toplink.essentials.tools.schemaframework.SequenceObjectDefinition
Removed classes:
oracle.toplink.essentials.tools.schemaframework.OracleSequenceDefinition
oracle.toplink.essentials.tools.schemaframework.TimeTenSequenceDefinition
Test classes changed:
oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite
oracle.toplink.essentials.testing.models.cmp3.advanced.Man
oracle.toplink.essentials.testing.models.cmp3.advanced.Woman
Test added:
EntityManagerJUnitTestSuite.testNativeSequences

1.2 annotated / raw | Diffs: previous, other | Lines: 54 ( +20, -0 )

Created: 2007-05-24 07:07:40 -0500 (19 months ago) | Author: mb124283 | Changeset: MAIN:mb124283:20070524120646

IN=108281 - Fix NPE in runtime code populating the result for an outer fetch join query

Fix a NPE in ForeignReferenceMapping.buildClone thrown in case a JPQL query defines
an outer fetch join for a OneToOne relationship on the non-owning side, e.g.
 SELECT i FROM Item i LEFT JOIN FETCH i.order
With the relationship definition in class Item:
 @OneToOne(mappedBy="item")
 public Order getOrder() { ... }

Method buildClone checks the type of the cloned attribute value in order to call the getValue
method if it is a value holder. This check runs into the NPE, in case the attribute value is
null. I changed the code to call getValue only if the attribute value is not null.

Issue number: 2881
Reviewed by: Tom Ware
Tests : entity-persistence-tests, local tests

Branch point for: GF_V2_AIX_POC GF_V3_PREWORK_BRANCH SJSAS91_BETA3_BRANCH SJSAS91_FCS_BRANCH SJSAS91_UR1_BRANCH

Tags: SJSAS91_FCS_BRANCH$BP GF_V3_PREWORK_BRANCH$BP SJSAS91_UR1_BRANCH$BP SJSAS91_BETA3_BRANCH$BP SJSAS-9_1-B50-BETA3-07_June_2007 SJSAS-9_1-B58-RC1-05_Aug_2007 GF_V2_AIX_POC$BP hg-workspace-init-Aug-2007 sjsas-9_1-nightly-29_aug_2007

1.1 new annotated / raw | Lines: 34 ( +34, -0 )

Created: 2007-01-12 12:54:38 -0600 (23 months ago) | Author: guypelletier | Changeset: MAIN:guypelletier:20070112185437

Issue number:  604, 943, 1327, 1641 and mixed inheritance types
Obtained from: TopLink
Submitted by: Guy Pelletier
Reviewed by: TopLink
CVS: ----------------------------------------------------------------------
CVS: Issue number:
CVS:   If this change addresses one or more issues,
CVS:   then enter the issue number(s) here.
CVS: Obtained from:
CVS:   If this change has been taken from another system,
CVS:   then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS:   If this code has been contributed to the project by someone else; i.e.,
CVS:   they sent us a patch or a set of diffs, then include their name/email
CVS:   address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS:   If we are doing pre-commit code reviews and someone else has
CVS:   reviewed your changes, include their name(s) here.
CVS:   If you have not had it reviewed then delete this line.

Branch point for: SJSAS91_BETA2_BRANCH SJSAS91_BETA_BRANCH

Tags: SJSAS-9_1-B33-BETA-24_Jan_2007 SJSAS91_BETA2_BRANCH$BP SJSAS91_BETA_BRANCH$BP SJSAS-9_1-B41-BETA2-30_Mar_2007

latest revision download Branch SJSAS91_FCS_BRANCH

1.2.6.1 annotated / raw | Diffs: previous, other | Lines: 53 ( +1, -2 )

Created: 2007-12-14 19:34:10 -0600 (12 months ago) | Author: mm110999 | Changeset: SJSAS91_FCS_BRANCH:mm110999:20071215013358

IN=110921. Port back changes to enity-persistence and entity-persistence-test into V2.1 branch.
Issue Id : 3914
Tests run: entity-persistence-test and Quick look

Crucible: Open Source License registered to Atlassian.
Atlassian Crucible, painless code review. (Version:1.6.2 Build:build-rspud1 2008-10-22) - Administration - Page generated 2009-01-09 04:06 -0600