Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sqlite3
1 parent fe119a0 commit 31b56dfCopy full SHA for 31b56df
1 file changed
Doc/whatsnew/3.15.rst
@@ -140,8 +140,15 @@ shelve
140
141
-------
142
143
-* Support SQL keyword completion in the :mod:`sqlite3` command-line interface.
144
- (Contributed by Long Tan in :gh:`133393`.)
+* The :ref:`command-line interface <sqlite3-cli>` has several new features:
+
145
+ * SQL keyword completion on <tab>.
146
+ (Contributed by Long Tan in :gh:`133393`.)
147
148
+ * Prompts, error messages, and help text are now colored.
149
+ This is enabled by default, see :ref:`using-on-controlling-color` for
150
+ details.
151
+ (Contributed by Stan Ulbrych and Łukasz Langa in :gh:`133461`)
152
153
154
ssl
0 commit comments