Skip to content
Open
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
c743049
Add .tables for sqlite3 command-line interface
tanloong Jun 21, 2025
0caa466
blurb add
tanloong Jun 21, 2025
a84165d
fix news entry
tanloong Jun 21, 2025
f7a7781
fix CONCAT function not found on old version SQLite
tanloong Jun 21, 2025
a26f75c
remove unnecessary collection of schema name with tuple(); update hel…
tanloong Jun 23, 2025
473e78d
Fix false filtering out table names with "sqlite" prefix instead of "…
tanloong Jun 23, 2025
ce129af
Merge branch 'main' into sqlite3-cli-dot-tables
tanloong Oct 9, 2025
d54da10
add .tables to CLI_COMMANDS in _completer.py
tanloong Oct 9, 2025
9924bc5
fix misuse of ESCAPE keyword
tanloong Oct 9, 2025
3fcc661
Add .tables for sqlite3 command-line interface
tanloong Jun 21, 2025
61de02c
blurb add
tanloong Jun 21, 2025
e14da1e
fix news entry
tanloong Jun 21, 2025
f0ace80
fix CONCAT function not found on old version SQLite
tanloong Jun 21, 2025
459bc02
remove unnecessary collection of schema name with tuple(); update hel…
tanloong Jun 23, 2025
288ac54
Fix false filtering out table names with "sqlite" prefix instead of "…
tanloong Jun 23, 2025
2fbc54a
add .tables to CLI_COMMANDS in _completer.py
tanloong Oct 9, 2025
ade6c0f
fix misuse of ESCAPE keyword
tanloong Oct 9, 2025
6deb0ea
Add .indexes
tanloong Feb 8, 2026
b335d7b
Merge branch 'sqlite3-cli-dot-tables' of https://github.com/tanloong/…
tanloong Mar 4, 2026
a813c92
Merge branch 'main' into sqlite3-cli-dot-tables
tanloong Mar 4, 2026
ae1bb61
Merge branch 'main' into sqlite3-cli-dot-tables
tanloong May 2, 2026
3534d57
Merge branch 'main' into sqlite3-cli-dot-tables
tanloong May 2, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
blurb add
  • Loading branch information
tanloong committed Feb 8, 2026
commit 61de02cd5b862a2a28a04ff2cdb06ee366fe1b21
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Support `.tables` in the sqlite3 command-line interface.