89
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 8 hours ago.
Jun 10, 2024 — Jun 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bug fix: Find in preferences/configurations dialog: Fixed UI refresh problem of "Details" panel. More... almost 2 years ago
Bug fix https://github.com/squirrel-sql-client/squirrel-sql-code/issues/15 SQL result: The display of the result row limit was corrected in case the number of rows read matched the number of rows in the result. More... almost 2 years ago
DBDiff Refactor: Finish including change logging: Compare functions: Refactoring including some bug fixes. More... almost 2 years ago
DBDiff Refactor: Moved functionality of JMeldRepresentation to JMeldCore. JMeldRepresentation now exists to implement AbstractSideBySideDiffPresentation only. More... almost 2 years ago
DBDiff Refactor: Initial commit --> Removed JMeldHandler in favor of JMeldRepresentation More... almost 2 years ago
Fix: Improved title of cells compare dialog and corrected the diffs left/right display. More... almost 2 years ago
Feature: Table cell data popup: New right mouse menu which offers to compare selected text or the complete cell content to clipboard. More... almost 2 years ago
Bug fix https://github.com/squirrel-sql-client/squirrel-sql-code/issues/16 --> Wrong release date in change log and web page. More... almost 2 years ago
Feature: Table cell data popup: Replaced legacy XML formatting by standard XML library formatting. Replaced formatting error dialogs by message panel and logging. More... almost 2 years ago
Bug fix: Saved Sessions: Fixed restoring the active editor when a Saved Sessions was saved (ctrl+alt+shift+s) or committed to GIT (ctrl+alt+shift+k).
GWA
More... almost 2 years ago
Feature: Data compare: "Compare selected cells" function of result tables now offers to compare raw data instead of markdown format if cells from single columns were selected. This is may be useful when cells contain multiple lines. Hint: SQuirreL allows to configure if table cells render line feeds by "\n". See menu File --> Global Preferences --> tab "Data Type Controls" --> sections "CHAR, VARCHAR, ..." and "CLOB ..." More... almost 2 years ago
Web page update More... almost 2 years ago
Bug fix: https://github.com/squirrel-sql-client/squirrel-sql-code/issues/14 The DB login dialog was missing the user name text field. The DB login dialog is shown when an Alias without auto logon is connected. More... almost 2 years ago
Feature: SQL editor offers to compare selected text or complete editor content to clipboard. See the editor's right mouse menu or tolls popup (ctrl+t). More... almost 2 years ago
Change logging for bug fixing that was done when the DBDiff-Plugin was moved to SQuirreL's core. More... almost 2 years ago
Build script back to building snapshots. More... almost 2 years ago
Data compare: New submenu in SQL result's "Compare selected cells" menu which allows to compare cells to clipboard. More... almost 2 years ago
Refactoring: The DBDiff-Plugin's functionality was moved to SQuirreL's core. The DBDiff-Plugin won't be shipped anymore and in case it is still found it is programmatically kept from being loaded. More... almost 2 years ago
Web page update for 4.6.0 release More... about 2 years ago
4.6.0 release More... about 2 years ago
Bug fix: https://github.com/squirrel-sql-client/squirrel-sql-code/issues/13 Java version check in plain zip scripts didn't allow Java versions 18 19 20. More... about 2 years ago
Changed default of the "Quote identifiers in scripts" check box from checked to unchecked. See Global Preferences --> tab SQL Scripts This change concerns new installations only. For reference see discussion in bug #1506. More... about 2 years ago
Web page update More... about 2 years ago
Bug fix: Prevented SQuirreL from failing to start when an erroneous Json configuration exists. Such an error will now be logged and a default/empty configuration will be used. More... about 2 years ago
Bug fixes - #1517 Global preferences --> tab "general" was not correctly scrolled. - #1516 Updated default JDBC driver definition for MariaDB to driver version 3.x. - JDBC driver list: Web site URLs from default driver definitions (default_drivers.xml) were not displayed. - JDBC driver list: Fixed repaint problems when default drivers were copied into the driver list. More... about 2 years ago
Web page update More... about 2 years ago
Bug fix: #1515 File export raised IllegalArgumentException when used the first time. More... about 2 years ago
Bug fix: DBDiff Plugin: Several fixes for tabular diffs of DB tables. Note that side-by-side diffs are preferable. More... about 2 years ago
Bug fix: Change tracking: Positioning of split slider in GIT revision dialog did not work. To open the GIT revisions dialog right click the SQL editor's left gutter. Note that the GIT revision dialog is available only when change tracking by GIT must be used.
GWA
More... about 2 years ago
Enhancement: Change tracking: GIT revision dialog now offers to compare GIT revisions or to compare a GIT revisions to the local SQL editor. To open the GIT revisions dialog right click the left SQL editor gutter. Note that the GIT revision dialog is available only when change tracking by GIT must be used. More... about 2 years ago