CascadesCarnivoreProject / Carnassial

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

Bug: Rename Database isn't working #63

Closed saulgreenberg closed 8 years ago

saulgreenberg commented 8 years ago

Crash #2 (Missing Database)

  1. Open timelapse with a template and ddb
  2. Select File/Rename and rename the database
  3. Try to update a field in the UI. It crashes on that. a. I suspect its an error in revising the database connection (in ImageDatabase.RenameFile(dlg.NewFilename, this.template) b. PS Not clear why the template is being passed into the above method as its not being referenced in the code…
saulgreenberg commented 8 years ago

Fixed. Incorrect parameter was being passed to new SQLiteWrapper (filename did not include the complete path)