inhinias / Arcanum

A small tool for saving encrypted passwords in a database.
GNU General Public License v3.0
5 stars 1 forks source link

Comments are not displayed on the password slate #22

Closed inhinias closed 5 years ago

inhinias commented 5 years ago

Title says pretty much everything

inhinias commented 5 years ago

The issue lies in the way the comment gets added to the database. It simply adds null and not the comment itself

inhinias commented 5 years ago

Fixed because comments column didn't exist in the database insertion/update.