cannadayr / git-sqlite

A custom diff and merge driver for sqlite
MIT License
166 stars 3 forks source link

Really delete the backup database #4

Closed DrMcCoy closed 3 years ago

DrMcCoy commented 3 years ago

The variable name was apparently typo'd.

(You might want to consider setting "set -u" to make sure no undefined variables are read from. Likewise, "set -e" might be useful, to stop execution on a failed command.)

cannadayr commented 3 years ago

these both look good. i wont be back in front of laptop until tmrw, but i can test/merge then. glad youre findng the prj useful :)

DrMcCoy commented 3 years ago

Yes, thank you for your work here, this project has been very useful :)

I have a habbit of creating temporary WIP commits, then later cleaning them up by pulling them apart, reordering and/or merging them to create proper single-issue commits, and being able to do that with the sqlite database too is very nice.