Commit b800756
committed
store: propagate skip_duplicates to Table
Added skip_duplicates: bool field to Table struct in relational.rs,
wired from EntityType::skip_duplicates() in Table::new(), copied in
Table::new_like(), and defaulted to false in make_poi_table().1 parent 37638fb commit b800756
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
| 376 | + | |
376 | 377 | | |
377 | 378 | | |
378 | 379 | | |
| |||
1662 | 1663 | | |
1663 | 1664 | | |
1664 | 1665 | | |
| 1666 | + | |
| 1667 | + | |
1665 | 1668 | | |
1666 | 1669 | | |
1667 | 1670 | | |
| |||
1692 | 1695 | | |
1693 | 1696 | | |
1694 | 1697 | | |
| 1698 | + | |
1695 | 1699 | | |
1696 | 1700 | | |
1697 | 1701 | | |
| |||
1705 | 1709 | | |
1706 | 1710 | | |
1707 | 1711 | | |
| 1712 | + | |
1708 | 1713 | | |
1709 | 1714 | | |
1710 | 1715 | | |
| |||
1722 | 1727 | | |
1723 | 1728 | | |
1724 | 1729 | | |
| 1730 | + | |
1725 | 1731 | | |
1726 | 1732 | | |
1727 | 1733 | | |
| |||
0 commit comments