#977548 bash-completion: sqlite3 filename completion does not include .sqlar (SQLite Archive) files

#977548#5
Date:
2020-12-16 15:28:29 UTC
From:
To:
Dear Maintainer,

SQLite defines an archive file format, which is an SQLite datbase with a
single table containing each contained file as a row.  The sqlite CLI
tool can maniuplate these with the -A option, and the customary file
extension for these are .sqlar, so it would be useful if bash would
include them when completing file names.

See https://sqlite.org/sqlar.html for more info.

- ilmari