Skip to content

Commit f57b04b

Browse files
committed
Move the changelog entry into Upcoming
It had been merged into the released 4.6.0 section, which is where it landed while that section was still the unreleased one.
1 parent f06f770 commit f57b04b

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

changelog.rst

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Upcoming
2+
========
3+
4+
Bug fixes:
5+
----------
6+
* Fix special commands being broken while explain mode (F5) is on. Every input
7+
was prefixed with ``EXPLAIN (...)`` and sent to the server as SQL, including
8+
backslash commands and the bare words ``exit``/``quit``, so ``\q``, ``\d``,
9+
``\i``, named queries and ``\G`` all failed with ``syntax error at or near
10+
"\"`` and there was no way to leave explain mode or quit. Special commands
11+
are now detected first and the EXPLAIN prefix is applied only to real SQL.
12+
113
4.6.0 (2026-08-26)
214
==================
315

@@ -12,12 +24,6 @@ Internal:
1224

1325
Bug fixes:
1426
----------
15-
* Fix special commands being broken while explain mode (F5) is on. Every input
16-
was prefixed with ``EXPLAIN (...)`` and sent to the server as SQL, including
17-
backslash commands and the bare words ``exit``/``quit``, so ``\q``, ``\d``,
18-
``\i``, named queries and ``\G`` all failed with ``syntax error at or near
19-
"\"`` and there was no way to leave explain mode or quit. Special commands
20-
are now detected first and the EXPLAIN prefix is applied only to real SQL.
2127
* Restore cursor shape behaviour for Emacs mode
2228
* Fix ``TypeError: cannot use a string pattern on a bytes-like object`` when
2329
completion metadata comes back as bytes (e.g. ``SQL_ASCII`` client encoding).

0 commit comments

Comments
 (0)