You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(editor): make statement splitting dollar-quote aware for PostgreSQL (#1559) (#1560)
* fix(editor): make statement splitting dollar-quote aware for PostgreSQL (#1559)
* refactor(editor): share the dollar-quote token-start guard across both SQL splitters
---------
Signed-off-by: Ngô Quốc Đạt <datlechin@gmail.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
34
34
- The Delete shortcut in the data grid now follows a custom binding.
35
35
- Find Next (Cmd+G) and Find Previous (Cmd+Shift+G) now work in the editor.
36
36
- Pagination buttons no longer fire their page shortcut twice.
37
+
- Running a PostgreSQL script with a `DO $$ ... $$` block or a dollar-quoted function body no longer fails with an unterminated dollar-quoted string error. (#1559)
37
38
- AWS IAM connections no longer ask for a password on connect or reconnect. IAM supplies the credentials, so the prompt was never needed. The same now holds for any auth mode that replaces the password, such as a Postgres password file.
38
39
- Oracle connection failures show the listener's actual reason (such as an unknown service name) instead of a generic "server closed the connection" message. (#483)
0 commit comments