Revision 5030
Added by Aaron Marcuse-Kubitza about 12 years ago
test.xml.ref | ||
---|---|---|
17 | 17 |
</path> |
18 | 18 |
</_simplifyPath> |
19 | 19 |
</VegBIEN> |
20 |
Inserted 4 new rows into database |
|
20 |
Inserted 5 new rows into database |
Also available in: Unified diff
bin/map, db_xml.put_table() (row-based and column-based import): Don't sort the input table by its pkey, in order to support input tables with no pkey. Note that reading the input table in table order and having this match the input flat file's order is only possible with sql_io.import_csv()'s truncation of the table on a failed import, which ensures that the rows will be stored in inserted order.