Index: Ringtoets/Migration/src/Ringtoets.Migration.Core/EmbeddedResources/Migration_17.3_18.1.sql =================================================================== diff -u -re9a3ea2b12aec1bdf19ec28a3894cf6b0c0312c2 -r0ffee99dd2d541d798adb7b0a09f6f6ef5371e34 --- Ringtoets/Migration/src/Ringtoets.Migration.Core/EmbeddedResources/Migration_17.3_18.1.sql (.../Migration_17.3_18.1.sql) (revision e9a3ea2b12aec1bdf19ec28a3894cf6b0c0312c2) +++ Ringtoets/Migration/src/Ringtoets.Migration.Core/EmbeddedResources/Migration_17.3_18.1.sql (.../Migration_17.3_18.1.sql) (revision 0ffee99dd2d541d798adb7b0a09f6f6ef5371e34) @@ -82,7 +82,7 @@ REPLACE(ForeshoreXml, ' xmlns="http://schemas.datacontract.org/2004/07/Application.Ringtoets.Storage.Serializers"', ''), 'Point2DXmlSerializer.SerializablePoint2D', 'SerializablePoint2D' - ), + ), REPLACE( REPLACE(DikeGeometryXml, ' xmlns="http://schemas.datacontract.org/2004/07/Application.Ringtoets.Storage.Serializers"', ''), 'RoughnessPointXmlSerializer.SerializableRoughnessPoint', @@ -134,7 +134,7 @@ REPLACE(FailureMechanismSectionPointXml, ' xmlns="http://schemas.datacontract.org/2004/07/Application.Ringtoets.Storage.Serializers"', ''), 'Point2DXmlSerializer.SerializablePoint2D', 'SerializablePoint2D' - ) + ) FROM [SOURCEPROJECT].FailureMechanismSectionEntity; INSERT INTO FaultTreeIllustrationPointEntity SELECT * FROM [SOURCEPROJECT].FaultTreeIllustrationPointEntity; INSERT INTO FaultTreeIllustrationPointStochastEntity SELECT * FROM [SOURCEPROJECT].FaultTreeIllustrationPointStochastEntity; @@ -164,7 +164,7 @@ REPLACE(GeometryXml, ' xmlns="http://schemas.datacontract.org/2004/07/Application.Ringtoets.Storage.Serializers"', ''), 'Point2DXmlSerializer.SerializablePoint2D', 'SerializablePoint2D' - ), + ), [X], [Y], [X0], @@ -534,7 +534,7 @@ REPLACE(OuterRingXml, ' xmlns="http://schemas.datacontract.org/2004/07/Application.Ringtoets.Storage.Serializers"', ''), 'Point2DXmlSerializer.SerializablePoint2D', 'SerializablePoint2D' - ), + ), [Order] FROM [SOURCEPROJECT].MacroStabilityInwardsSoilLayerTwoDEntity; INSERT INTO MacroStabilityInwardsSoilProfileOneDEntity SELECT * FROM [SOURCEPROJECT].MacroStabilityInwardsSoilProfileOneDEntity; @@ -852,7 +852,7 @@ REPLACE(StochasticSoilModelSegmentPointXml, ' xmlns="http://schemas.datacontract.org/2004/07/Application.Ringtoets.Storage.Serializers"', ''), 'Point2DXmlSerializer.SerializablePoint2D', 'SerializablePoint2D' - ), + ), [Order] FROM [SOURCEPROJECT].StochasticSoilModelEntity; INSERT INTO StrengthStabilityLengthwiseConstructionSectionResultEntity ( @@ -1175,17 +1175,17 @@ -- for every Hydraulic Boundary Location) and the AssessmentSection (which is necessary because multiple assessment -- sections can contain the same Hydraulic Boundary Locations) CREATE TEMP TABLE TempGrassCoverErosionOutwardsHydraulicBoundaryLocationLookupTable ( - 'GrassCoverErosionOutwardsHydraulicLocationEntityId' INTEGER NOT NULL UNIQUE, - 'HydraulicLocationEntityId' INTEGER NOT NULL UNIQUE + 'GrassCoverErosionOutwardsHydraulicLocationEntityId' INTEGER NOT NULL UNIQUE, + 'HydraulicLocationEntityId' INTEGER NOT NULL UNIQUE ); INSERT INTO TempGrassCoverErosionOutwardsHydraulicBoundaryLocationLookupTable ( - [GrassCoverErosionOutwardsHydraulicLocationEntityId], - [HydraulicLocationEntityId] + [GrassCoverErosionOutwardsHydraulicLocationEntityId], + [HydraulicLocationEntityId] ) SELECT - GrassCoverErosionOutwardsHydraulicLocationEntityId, - HydraulicLocationEntityId + GrassCoverErosionOutwardsHydraulicLocationEntityId, + HydraulicLocationEntityId FROM [SOURCEPROJECT].GrassCoverErosionOutwardsHydraulicLocationEntity gceohl JOIN [SOURCEPROJECT].FailureMechanismEntity fm USING(FailureMechanismEntityId) JOIN [SOURCEPROJECT].HydraulicLocationEntity hl ON (hl.LocationId = gceohl.LocationId AND hl.AssessmentSectionEntityId = fm.AssessmentSectionEntityId); @@ -1273,7 +1273,7 @@ REPLACE(ReferenceLinePointXml, ' xmlns="http://schemas.datacontract.org/2004/07/Application.Ringtoets.Storage.Serializers"', ''), 'Point2DXmlSerializer.SerializablePoint2D', 'SerializablePoint2D' - ), + ), [Order] FROM [SOURCEPROJECT].AssessmentSectionEntity JOIN ( Index: Ringtoets/Migration/test/Ringtoets.Migration.Integration.Test/MigrationTo181IntegrationTest.cs =================================================================== diff -u -re9a3ea2b12aec1bdf19ec28a3894cf6b0c0312c2 -r0ffee99dd2d541d798adb7b0a09f6f6ef5371e34 --- Ringtoets/Migration/test/Ringtoets.Migration.Integration.Test/MigrationTo181IntegrationTest.cs (.../MigrationTo181IntegrationTest.cs) (revision e9a3ea2b12aec1bdf19ec28a3894cf6b0c0312c2) +++ Ringtoets/Migration/test/Ringtoets.Migration.Integration.Test/MigrationTo181IntegrationTest.cs (.../MigrationTo181IntegrationTest.cs) (revision 0ffee99dd2d541d798adb7b0a09f6f6ef5371e34) @@ -963,7 +963,7 @@ #region Serializers /// - /// Testhelper to assert the migrated values of serialized data. + /// Test helper to assert the migrated values of serialized data. /// private static class MigratedSerializedDataTestHelper { Index: Ringtoets/Storage/src/Ringtoets.Storage.Core/Serializers/TangentLineCollectionXmlSerializer.cs =================================================================== diff -u -rc7bccf3eec9c8a12124c3486a639906f27597ef5 -r0ffee99dd2d541d798adb7b0a09f6f6ef5371e34 --- Ringtoets/Storage/src/Ringtoets.Storage.Core/Serializers/TangentLineCollectionXmlSerializer.cs (.../TangentLineCollectionXmlSerializer.cs) (revision c7bccf3eec9c8a12124c3486a639906f27597ef5) +++ Ringtoets/Storage/src/Ringtoets.Storage.Core/Serializers/TangentLineCollectionXmlSerializer.cs (.../TangentLineCollectionXmlSerializer.cs) (revision 0ffee99dd2d541d798adb7b0a09f6f6ef5371e34) @@ -28,7 +28,7 @@ namespace Ringtoets.Storage.Core.Serializers { /// - /// Converter class that converts between tangent lines and an XML representation of that data. + /// Converter class that converts between collections of tangent lines and an XML representation of that data. /// internal class TangentLineCollectionXmlSerializer : DataCollectionSerializer {