-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
when saving a table, use the column order from the db, not the curren…
…t config
- Loading branch information
Showing
5 changed files
with
97 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
foreign_column other_foreign_column numeric_foreign_column | ||
w z | ||
b b 2 | ||
c c 3 | ||
d d 4 | ||
e e 5 | ||
w z | ||
f f 6 | ||
g g 7 | ||
h h 8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
table path description type options | ||
column test/random_test_data/column.tsv Columns for all of the tables. column | ||
datatype test/random_test_data/datatype.tsv Datatypes for all of the columns datatype | ||
rule test/random_test_data/rule.tsv More complex "when" rules rule | ||
table test/random_test_data/table.tsv All of the user-editable tables in this project. table | ||
table1 test/random_test_data/ontology/table1.tsv The first data table | ||
table2 test/random_test_data/ontology/table2.tsv The second data table | ||
table3 test/random_test_data/ontology/table3.tsv The third data table | ||
table4 test/random_test_data/ontology/table4.tsv The fourth data table | ||
table5 test/random_test_data/ontology/table5.tsv The fifth data table | ||
table6 test/random_test_data/ontology/table6.tsv The sixth data table (like table2 but all numeric) | ||
table path type description options | ||
column test/random_test_data/column.tsv column Columns for all of the tables. | ||
datatype test/random_test_data/datatype.tsv datatype Datatypes for all of the columns | ||
rule test/random_test_data/rule.tsv rule More complex "when" rules | ||
table test/random_test_data/table.tsv table All of the user-editable tables in this project. | ||
table1 test/random_test_data/ontology/table1.tsv The first data table | ||
table2 test/random_test_data/ontology/table2.tsv The second data table | ||
table3 test/random_test_data/ontology/table3.tsv The third data table | ||
table4 test/random_test_data/ontology/table4.tsv The fourth data table | ||
table5 test/random_test_data/ontology/table5.tsv The fifth data table | ||
table6 test/random_test_data/ontology/table6.tsv The sixth data table (like table2 but all numeric) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
table path description type options | ||
column test/src/column.tsv Columns for all of the tables. column | ||
datatype test/src/datatype.tsv Datatypes for all of the columns datatype | ||
rule test/src/rule.tsv More complex "when" rules rule | ||
table test/src/table.tsv All of the user-editable tables in this project. table | ||
table1 test/src/ontology/table1.tsv The first data table | ||
table2 test/src/ontology/table2.tsv The second data table | ||
table3 test/src/ontology/table3.tsv The third data table | ||
table4 test/src/ontology/table4.tsv The fourth data table | ||
table5 test/src/ontology/table5.tsv The fifth data table | ||
table6 test/src/ontology/table6.tsv The sixth data table (like table2 but all numeric) | ||
table7 test/src/ontology/table7.tsv The seventh data table | ||
table8 test/src/ontology/table8.tsv The eightth data table foo validate_on_load conflict edit | ||
table9 test/src/ontology/table9.tsv The ninth data table | ||
table10 test/src/ontology/table10.tsv The tenth data table | ||
table11 test/src/ontology/table11.tsv The eleventh data table | ||
table12 test/src/ontology/table12.tsv The twelvth data table | ||
table13 test/src/ontology/table13.tsv The thirteenth data table | ||
table14 test/src/ontology/table14.tsv The fourteenth data table | ||
table15 test/src/ontology/table15.tsv The fifteenth data table | ||
table16 test/src/ontology/table16.tsv The sixteenth data table | ||
view1 test/output/view1.sql db_table db_view internal | ||
view2 test/output/view2.sh save db_view | ||
view3 db_view | ||
readonly1 test/output/readonly1.sh no-edit no-save no-conflict | ||
readonly2 test/src/ontology/readonly2.tsv edit save no-edit no-save no-conflict | ||
readonly3 test/output/readonly3.sql no-edit no-save no-conflict no-validate_on_load | ||
table path type options description | ||
column test/src/column.tsv column Columns for all of the tables. | ||
datatype test/src/datatype.tsv datatype Datatypes for all of the columns | ||
rule test/src/rule.tsv rule More complex "when" rules | ||
table test/src/table.tsv table All of the user-editable tables in this project. | ||
table1 test/src/ontology/table1.tsv The first data table | ||
table2 test/src/ontology/table2.tsv The second data table | ||
table3 test/src/ontology/table3.tsv The third data table | ||
table4 test/src/ontology/table4.tsv The fourth data table | ||
table5 test/src/ontology/table5.tsv The fifth data table | ||
table6 test/src/ontology/table6.tsv The sixth data table (like table2 but all numeric) | ||
table7 test/src/ontology/table7.tsv The seventh data table | ||
table8 test/src/ontology/table8.tsv foo validate_on_load conflict edit The eightth data table | ||
table9 test/src/ontology/table9.tsv The ninth data table | ||
table10 test/src/ontology/table10.tsv The tenth data table | ||
table11 test/src/ontology/table11.tsv The eleventh data table | ||
table12 test/src/ontology/table12.tsv The twelvth data table | ||
table13 test/src/ontology/table13.tsv The thirteenth data table | ||
table14 test/src/ontology/table14.tsv The fourteenth data table | ||
table15 test/src/ontology/table15.tsv The fifteenth data table | ||
table16 test/src/ontology/table16.tsv The sixteenth data table | ||
view1 test/output/view1.sql db_table db_view internal | ||
view2 test/output/view2.sh save db_view | ||
view3 db_view | ||
readonly1 test/output/readonly1.sh no-edit no-save no-conflict | ||
readonly2 test/src/ontology/readonly2.tsv edit save no-edit no-save no-conflict | ||
readonly3 test/output/readonly3.sql no-edit no-save no-conflict no-validate_on_load |