89
I Use This!
Moderate Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Jun 21, 2024 — Jun 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Feature: SQL result and table, sum display for numerical columns: The dialog opened by the "more ..." button now offers to show means and deviations of the selection. More... 7 months ago
Refactoring: Cleaned up DataExportExcelWriter.afterWorking()
GWA
More... 7 months ago
Feature: SQL result and table export to CSV files: New info button behind the CSV radio button informs about the way the export handles values containing the separator character, line breaks, double quotes. More... 7 months ago
Refactoring: Changes suggested in pull request: https://github.com/squirrel-sql-client/squirrel-sql-code/pull/51 More... 7 months ago
Change log correction More... 7 months ago
Bug fix: Improved the performance of SQL result tab header marking for large SQL editor content. More... 7 months ago
Feature: Pull request: https://github.com/squirrel-sql-client/squirrel-sql-code/pull/51 To change the statement separator during SQL execution, use the following command on a separate line: --#SET TERMINATOR <separator> This command does not change the separator permanently but for a single SQL execution only. See also menu File --> New Session Properties --> tab SQL --> section "Statement separator" Thanks to Roland Tapken for the pull request More... 7 months ago
Bug fix: SQL result tab header marks: The option "Compare SQLs disregarding comments, line feeds and other white spaces" did not work properly. The option can be found at menu File --> Global Preferences --> tab SQL --> section "SQL result tab header".
GWA
More... 7 months ago
Reduced logs from new POI version 5.3.0 More... 7 months ago
Bug fix: Fixed NullPointer in class NullValueColorHandler. More... 7 months ago
Bug fix: Fixed NullPointer in class NullValueColorHandler.
GWA
More... 7 months ago
Feature: Find function in cell data popup and Object tree's text detail tabs: The "Mark all" toggle button now writes the number of occurrences to SQuirreL's message panel.
GWA
More... 7 months ago
Bug fix: https://github.com/squirrel-sql-client/squirrel-sql-code/issues/46 Excel export: The "Auto filter" option activated the auto filter for one extra (empty) column at the end of the Excel sheet.
GWA
More... 7 months ago
Bug fix follow up to #1530: The number of a Session's finalized result tabs do not appear in SQuirreL's logs anymore but in the "Session garbage collection status", see button on the left of the garbage collection button. More... 7 months ago
Feature: Introduced Java 23 compatibility. More... 7 months ago
Bug fix: Follow up to https://github.com/squirrel-sql-client/squirrel-sql-code/issues/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. More... 7 months ago
Bug fix: #1530 Memory leak: SQL result tabs were not garbage collect as long as their Session was open. Note: When a result tab of an open Session gets garbage collected the following line appears is SQuirreL's logs: ...INFO ... Result tab finalized for open Session "<...>" with id=<...> More... 7 months ago
Bug fix: #1531 MySQL Plugin: SMALLINT UNSIGNED columns showed <Error> when the fields value exceeded 32767. Note: To work with MYSQL SMALLINT UNSIGNED or TINYINT UNSIGNED types the MySQL Plugin must be installed. More... 7 months ago
Bug fix: #1531 MySQL Plugin: SMALLINT UNSIGNED columns showed <Error> when the fields value exceeded 32767. Note: To work with MYSQL SMALLINT UNSIGNED or TINYINT UNSIGNED types the MySQL Plugin must be installed. More... 7 months ago
Feature: https://github.com/squirrel-sql-client/squirrel-sql-code/issues/47 Table cell data popup dialog: XML/Json Reformatting now works for binary/BLOB data. More... 7 months ago
Refactoring More... 7 months ago
Feature: https://github.com/squirrel-sql-client/squirrel-sql-code/issues/46 SQL result and table export to MS-Excel files: New options to make exported sheets auto filtered and to choose if header rows are bold, centered and/or frozen. Note: Export to MS-Excel files and other formats is available through the right mouse menu of tables. The SQL editor allows to export SQL results through the right mouse menu and tools popup (ctrl+t). More... 7 months ago
Bug fix: SQL editor/SQL result tabs/marking SQL result tab headers: Memory and CPU usage was improved in case SQLs where compared disregarding comments line feeds and other white spaces. See menu File --> Global Preferences --> tab SQL --> section "SQL result tab header". More... 8 months ago
Bug fix: https://github.com/squirrel-sql-client/squirrel-sql-code/issues/45#issuecomment-2455169657 Fixed NullPointerException that occurred in some tables. More... 8 months ago
Bug fix: Saved Session groups management dialog: Fixed IllegalArgumentException when empty was deleted.
GWA
More... 8 months ago
Feature: https://github.com/squirrel-sql-client/squirrel-sql-code/issues/41 Table cell data popup dialog now offers a toggle button to pin the dialog. When pinned any further cell data will be displayed in the pinned dialog. More... 8 months ago
Feature: https://github.com/squirrel-sql-client/squirrel-sql-code/issues/41 Table cell data popup dialog now offers a toggle button to pin the dialog. When pinned any further cell data will be displayed in the pinned dialog. More... 8 months ago
Feature: https://github.com/squirrel-sql-client/squirrel-sql-code/issues/44 SQL result table: Numeric values can now be right aligned, see menu File --> Global Preferences tab Data Types --> section "General" More... 8 months ago
Bug fix: Fixed StringIndexOutOfBoundsException when executed SQL contains the German Umlaut sz More... 8 months ago
Bug fix: Fixed StringIndexOutOfBoundsException when executed SQL contains the German Umlaut sz
GWA
More... 8 months ago