CascadesCarnivoreProject / Carnassial

Carnassial: Simplifying Remote Camera Data
Other
3 stars 0 forks source link

data: TryLoadImagesFromDatabase() doesn't keep other tables in sync with template #20

Closed twest820 closed 8 years ago

twest820 commented 8 years ago

If this function sees a change in the template database's TemplateTable it updates the image database's TemplateTable to match. It doesn't, however, trigger delta operations against the data and marker tables, meaning these remain on whatever initialization from template was done when ImageDatabase.CreateTables() was called.

This should be addressable once SQL column manipulation bits are in the build.

twest820 commented 8 years ago

Dup of 21.