unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH 0/5] some minor SQLite-related cleanups
@ 2020-08-26  8:17 Eric Wong
  2020-08-26  8:17 ` [PATCH 1/5] over: rename ->connect method to ->dbh Eric Wong
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Eric Wong @ 2020-08-26  8:17 UTC (permalink / raw)
  To: meta

Dropping some expensive dead code and avoiding some overloaded
method names to reduce confusion.

Eric Wong (5):
  over: rename ->connect method to ->dbh
  over: rename ->disconnect to ->dbh_close
  over: recent: remove expensive COUNT query
  over*: use v5.10.1, drop warnings
  msgmap: use v5.10.1

 lib/PublicInbox/Inbox.pm      |  2 +-
 lib/PublicInbox/Msgmap.pm     |  3 ++-
 lib/PublicInbox/Over.pm       | 33 +++++++++++++--------------------
 lib/PublicInbox/OverIdx.pm    | 15 +++++++--------
 lib/PublicInbox/V2Writable.pm |  4 ++--
 lib/PublicInbox/Xapcmd.pm     |  2 +-
 scripts/dupe-finder           |  2 +-
 t/indexlevels-mirror.t        | 29 +++++++++++++++--------------
 t/over.t                      | 11 +++++------
 t/search-thr-index.t          |  4 ++--
 t/v1reindex.t                 |  2 +-
 t/v2reindex.t                 |  2 +-
 t/v2writable.t                |  4 +++-
 t/watch_maildir_v2.t          | 30 +++++++++++++++---------------
 14 files changed, 69 insertions(+), 74 deletions(-)


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-08-26  8:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-26  8:17 [PATCH 0/5] some minor SQLite-related cleanups Eric Wong
2020-08-26  8:17 ` [PATCH 1/5] over: rename ->connect method to ->dbh Eric Wong
2020-08-26  8:17 ` [PATCH 2/5] over: rename ->disconnect to ->dbh_close Eric Wong
2020-08-26  8:17 ` [PATCH 3/5] over: recent: remove expensive COUNT query Eric Wong
2020-08-26  8:17 ` [PATCH 4/5] over*: use v5.10.1, drop warnings Eric Wong
2020-08-26  8:17 ` [PATCH 5/5] msgmap: use v5.10.1 Eric Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).