stash/pkg/database
SmallCoccinelle e7f6cb22b7
Error strings noncapitalized (#1704)
* Fix error string capitalization

Error strings often follow another string. Hence, they should not be
capitalized, unless referencing a name.

* Uncapitalize more error strings

While here, use %v on the error directly, which makes it easier to wrap
the error later with %w if need be.

* Uncapitalize more error strings

While here, rename Url to URL as a nitpick.
2021-09-08 11:23:10 +10:00
..
migrations Saved filters (#1474) 2021-06-16 14:53:32 +10:00
database.go Error strings noncapitalized (#1704) 2021-09-08 11:23:10 +10:00
functions.go Add Studio to movie and fix movie schema (#458) 2020-04-22 11:22:14 +10:00
packr_source.go Move image blobs into separate tables (#618) 2020-06-23 09:19:19 +10:00
transaction.go Handle zip file modification (#877) 2020-11-05 10:26:51 +11:00