1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-06-16 08:48:06 +02:00

52034: update sqlite3 completion for version 3.42.0

This commit is contained in:
Shohei YOSHIDA 2023-08-27 14:59:03 -07:00 committed by Bart Schaefer
parent 094f230e36
commit 660a629864
2 changed files with 9 additions and 0 deletions
ChangeLog
Completion/Unix/Command

View file

@ -1,3 +1,8 @@
2023-08-27 Bart Schaefer <schaefer@zsh.org>
* Shohei YOSHIDA: 52034: Completion/Unix/Command/_sqlite:
update for version 3.42.0
2023-08-22 Peter Stephenson <p.stephenson@samsung.com>
* Nojus Gudinavičius: users/29175: Src/Zle/zle_hist.c: don't

View file

@ -55,9 +55,13 @@ options+=(
$^dashes'-mmap[set default mmap size]:size'
$^dashes'-newline[set output row separator]:separator [\n]'
$^dashes'-nofollow[refuse to open symbolic links to database files]'
$^dashes'-nonce[set the safe-mode escape nonce]:string'
$^dashes'-pagecache[specify size and number of slots for page cache memory]:size (bytes): :slots'
$^dashes'-pcachetrace[trace all page cache operations]'
$^dashes'-readonly[open the database read-only]'
$^dashes'-safe[enable safe-mode]'
$^dashes'-stats[print memory stats before each finalize]'
$^dashes'-unsafe-testing[allow unsafe commands and modes for testing]'
$^dashes'-vfs[use specified default VFS]:vfs:(unix-dotfile unix-excl unix-none unix-namedsem)'
$^dashes'-zip[open the file as a ZIP Archive]'
)