diff options
author | Thomas Roten <tsr@lavabit.com> | 2017-06-07 23:05:56 -0500 |
---|---|---|
committer | Thomas Roten <tsr@lavabit.com> | 2017-06-07 23:05:56 -0500 |
commit | 38d9a040543d0c94ba79c2d89213bc0f0a0de9dc (patch) | |
tree | d98ec973181f90d476a422dc3c589fe2bb77af8a | |
parent | ac9151fb542cb7c588a7a5553e3cf3b44d534209 (diff) |
Add multiple results display to changelog.
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index d75bc3e..197e73b 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,7 @@ Features: * Opening an external editor will edit the last-run query. (Thanks: [Thomas Roten]). * Output once special command. (Thanks: [Dick Marinus]). * Add special command to show create table statement. (Thanks: [Ryan Smith]) +* Display all result sets returned by stored procedures (Thanks: [Thomas Roten]). Bug Fixes: ---------- |