Skip to content

Commit a5177d5

Browse files
committed
Feature: #620 UI table to MS Excel exports of SQL results now offers to create additional
sheets containing the exported SQL statements. This is an extension of the original implementation of feature request 620.
1 parent 4eb9b02 commit a5177d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql12/core/src/net/sourceforge/squirrel_sql/fw/gui/action/fileexport/ExportSourceAccess.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ public void prepareSqlResultDataSetViewersExport(List<ExportDataInfo> sqlResultD
191191

192192
public List<String> getOriginalSqlsToExport()
193193
{
194-
if(false == isResultSetExport())
194+
if(isResultSetExport())
195195
{
196196
return _jdbcResultSetExportData.getOriginalSqlsToExport();
197197
}

0 commit comments

Comments
 (0)