summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorastroshot <astroshot@outlook.com>2023-06-23 13:05:58 +0800
committerGitHub <noreply@github.com>2023-06-23 07:05:58 +0200
commit69dcceb5f6d3ecbcc9e7a0a48c9bdabeed470dcd (patch)
treebcec4d19e6de6997f023f087504466a3da0380e4 /changelog.rst
parent6b868bbfe831678d10c7535eb2e7356fcfb42068 (diff)
Fix sql-insert format emits NULL as 'None' (#1409)
* Sub: Fix issue #1408 Body: 1. Fix issue #1408 sql-insert format emits NULL as 'None'; 2. Fix DUAL displays as ""DUAL""; ==== End ==== * Sub: Update changelog.rst Body: ==== End ==== * Sub: Optimize if logic Body: ==== End ====
Diffstat (limited to 'changelog.rst')
-rw-r--r--changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.rst b/changelog.rst
index af4d6db4..7f73a0ba 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -23,6 +23,7 @@ Bug fixes:
* Fix \ev not producing a correctly quoted "schema"."view"
* Fix 'invalid connection option "dsn"' ([issue 1373](https://github.com/dbcli/pgcli/issues/1373)).
* Fix explain mode when used with `expand`, `auto_expand`, or `--explain-vertical-output` ([issue 1393](https://github.com/dbcli/pgcli/issues/1393)).
+* Fix sql-insert format emits NULL as 'None' ([issue 1408](https://github.com/dbcli/pgcli/issues/1408)).
3.5.0 (2022/09/15):
===================