Skip to content

Commit

Permalink
Fixed input data test case
Browse files Browse the repository at this point in the history
  • Loading branch information
suarezgpablo committed Dec 13, 2024
1 parent bb9175d commit 34f1414
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Not executable script because there are key columns that cannot be inserted
FOR $1 = SELECT id FROM scim_user
INSERT INTO scim_user_times(uid) VALUES ($1);
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,19 @@
name="uid"
tab="t1"
nameAttribute="id"
key="true"
nameEntity="scim"/>
<cols xmi:id="c2"
name="created_at"
tab="t1"
nameAttribute="created_at"
key="true"
key="false"
nameEntity="scim"/>
<cols xmi:id="c3"
name="last_updated_at"
tab="t1"
nameAttribute="last_updated_at"
key="true"
key="false"
nameEntity="scim"/>
</Table>
</xmi:XMI>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="SchemaEvolution">
<eClassifiers xsi:type="ecore:EClass" name="NewColumn">
<eStructuralFeatures xsi:type="ecore:EReference" name="tab" upperBound="-1" eType="#//Table"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1"
eType="#//Column"/>
</eClassifiers>
Expand Down Expand Up @@ -36,7 +35,7 @@
<eStructuralFeatures xsi:type="ecore:EReference" name="newColumns" lowerBound="1"
upperBound="-1" eType="#//Column"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="criteria" lowerBound="1"
upperBound="-1" eType="#//SplitColumn"/>
upperBound="-1" eType="#//CriteriaSplit"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MergeTable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tableSource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
Expand All @@ -61,8 +60,6 @@
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RemovePK">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="table" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="column" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="previous" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="columnRemoved" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
Expand Down

0 comments on commit 34f1414

Please sign in to comment.