]> Sergey Matveev's repositories - public-inbox.git/commit
over: rename ->connect method to ->dbh
authorEric Wong <e@yhbt.net>
Wed, 26 Aug 2020 08:17:38 +0000 (08:17 +0000)
committerEric Wong <e@yhbt.net>
Thu, 27 Aug 2020 10:57:24 +0000 (10:57 +0000)
commit1814b1a0b78770c8ba9e7a0adef56c4c324d4064
tree8bf80366cc71b199f9a99a4cc5cb6a0d8d223dff
parent71a27b7f45140194566e945ee7957e81abbc67bf
over: rename ->connect method to ->dbh

`->connect' is confused with the perlfunc for the `connect(2)'
syscall, and also `DBI->connect'.  Since SQLite doesn't use
sockets, the word "connect" needlessly confuses me.  Give
it a short name to match the field name we use for it, which
also matches the variable name used by the DBI(3pm) and
DBD::SQLite(3pm) manpages.
lib/PublicInbox/Inbox.pm
lib/PublicInbox/Over.pm
lib/PublicInbox/OverIdx.pm
lib/PublicInbox/Xapcmd.pm
scripts/dupe-finder
t/over.t
t/search-thr-index.t
t/v1reindex.t
t/v2reindex.t