Skip to content

Commit f3ec2a3

Browse files
committed
Bug fix: Follow up to #46
SQL result and table export to MS-Excel files: The options to make header rows bold and centered did not work for MS-Excel but for Libre Office only. Details of the fix: - Apache-Poi was upgraded to version 5.3.0. - SQuirreL deliberately dropped dependency on Log4J in 2022. As Apache-Poi 5.3.0 directly depends on Log4J, SQuirreL now has a Log4J mock to make Apache-Poi 5.3.0 work.
1 parent 78ee3f9 commit f3ec2a3

35 files changed

+411
-52
lines changed

sql12/core/doc/changes.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,14 @@ Table cell data popup now offers find, Xml/Json-reformatting and export function
7474

7575
Bug fixes:
7676

77+
Follow up to https://github.com/squirrel-sql-client/squirrel-sql-code/issues/46
78+
SQL result and table export to MS-Excel files: The options to make header rows bold and centered did not
79+
work for MS-Excel but for Libre Office only.
80+
Details of the fix:
81+
- Apache-Poi was upgraded to version 5.3.0.
82+
- SQuirreL deliberately dropped dependency on Log4J in 2022. As Apache-Poi 5.3.0 directly depends
83+
on Log4J, SQuirreL now has a Log4J mock to make Apache-Poi 5.3.0 work.
84+
7785
#1530 Memory leak: SQL result tabs were not garbage collect as long as their Session was open.
7886
Note: When a result tab of an open Session gets garbage collected the following line appears is SQuirreL's logs:
7987
...INFO ... Result tab finalized for open Session "<...>" with id=<...>
-336 KB
Binary file not shown.
364 KB
Binary file not shown.
-562 KB
Binary file not shown.
734 KB
Binary file not shown.
25.2 KB
Binary file not shown.
1.03 MB
Binary file not shown.
497 KB
Binary file not shown.
2.11 MB
Binary file not shown.
2.84 MB
Binary file not shown.

0 commit comments

Comments
 (0)