From: Eric Wong Date: Wed, 26 Aug 2020 08:17:38 +0000 (+0000) Subject: over: rename ->connect method to ->dbh X-Git-Tag: v1.6.0~94 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=1814b1a0b78770c8ba9e7a0adef56c4c324d4064;hp=1814b1a0b78770c8ba9e7a0adef56c4c324d4064;p=public-inbox.git 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. ---