projects
/
pgwui_sql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58e5661
)
Remove unnecessary test
author
Karl O. Pinc
<kop@karlpinc.com>
Sun, 18 Aug 2024 19:54:05 +0000
(14:54 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Sun, 18 Aug 2024 19:54:05 +0000
(14:54 -0500)
src/pgwui_sql/templates/sql.mak
patch
|
blob
|
history
diff --git
a/src/pgwui_sql/templates/sql.mak
b/src/pgwui_sql/templates/sql.mak
index 464ac42af01f1e58dae2bd5fdf3a02e8733c1640..77cf77375f1100495670a1c4fe68e51032dae1db 100644
(file)
--- a/
src/pgwui_sql/templates/sql.mak
+++ b/
src/pgwui_sql/templates/sql.mak
@@
-164,12
+164,10
@@
% endif
% endfor
- % if new_result:
- <%self:result_table
- rows="${command_result}" status="${status_result}">
- ${self.render_heading(new_result.data)}
- </%self:result_table>
- % endif
+ <%self:result_table
+ rows="${command_result}" status="${status_result}">
+ ${self.render_heading(new_result.data)}
+ </%self:result_table>
</%def>
<%def name="result_form(tab_index)">