89
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 16, 2024 — Jun 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bug fix: #943 Database table compare function (right mouse click on table in Object tree) raised NoClassDefFoundError. The fix includes some minor UI improvements. More... over 2 years ago
Improved note text of abbreviations dialog More... over 2 years ago
Improved note text of abbreviations dialog
GWA
More... over 2 years ago
Corrected missing save dialog titel.
GWA
More... over 2 years ago
Feature: The "Find Alias" dialog (Ctrl+Alt+Shift+G or Ctrl+Alt+Shift+F) now offers to modify Aliases. More... over 2 years ago
Feature: The "Save file as" dialog now offers a check box to move the file instead of copying it. If the file is under GIT control and is moved inside its GIT repository it will be committed after being moved to keep its GIT history intact. More... over 2 years ago
Bug fix: Searching Saved Sessions: NullPointer occurred when the default Alias of a saved Session was deleted.
GWA
More... over 2 years ago
Web page fix More... over 2 years ago
Feature: Data types BLOB and CLOB loading configuration was restructured and fixed. Both data types now offer the following loading options: - Read contents when table is first loaded (offers to limit the amount of data to read) - Read contents when table cell becomes visible - Read contents when table cell is focused - Do not read contents See menu File --> Global Preferences --> tab "Data Type Controls" --> sections BLOB and CLOB More... over 2 years ago
Refactoring and improved messages.
GWA
More... over 2 years ago
Feature: New command line options to connect to an Alias on application start up: | Short option | Long option | Description | | ------------ | ------------- | --------------------------------------------------------- | | cu | connect-url | Connect to JDBC-URL (requires exiting Alias for JDBC-URL) | | ca | connect-alias | Connect to Alias (Alias name) | More... over 2 years ago
Bug fix: SQL result table function "Mark consecutive duplicate values in columns" was erroneous when columns where moved.
GWA
More... over 2 years ago
Bug fix: SQL result: Right right mouse menu "Show column details ..." now works for empty SQL result tables, too. More... over 2 years ago
Feature: SQL result: New right right mouse menu "Show column details ..." More... over 2 years ago
Refactoring/Clean up More... over 2 years ago
Added comment More... over 2 years ago
Bug fix: SQL result --> tab Info: Execution time and row count weren't displayed for long SQL strings. More... over 2 years ago
Refactoring More... over 2 years ago
Bug fix: Hibernate Plugin: Unknown object or mapping types used to cause ClassNotFoundExceptions when transported from the Hibernate process to SQuirreL's process.
GWA
More... over 2 years ago
Feature: File export: Export file and command text fields were changed into drop downs with history. More... over 2 years ago
Feature: SQL result: Made several labels on Info tab copyable. More... over 2 years ago
Feature: Saved Sessions: Name of current Saved Session is displayed in SQuirreL's main window title. More... over 2 years ago
Bug fix: https://github.com/squirrel-sql-client/squirrel-sql-code/issues/6 Exporting SQLs to file (open tools popup (ctl+t) and choose "sql2file") did not work for the multi source UnityJDBC driver (https://unityjdbc.com) / MultisSource Plugin. More... over 2 years ago
Bug fix: #481 (in feature requests) Dark theme now applies to Graphs (Entity Relationship diagrams), too. More... over 2 years ago
Bug fix: Fixed class cast exception that sometimes occurred when SQL result tabs were closed.
GWA
More... over 2 years ago
Bug fix: Hibernate Plugin: Right mouse HQL editor function: "View in mapped objects" (Ctrl+B) matched Entity name not exactly enough.
GWA
More... over 2 years ago
Web page update for 4.5.1 release. More... over 2 years ago
Bug fix: File export: Executing command on exported file didn't on MS Windows work because of erroneous file name format. Exporting SQL queries directly from the SQL editor (not UI-Tables) caused Even Dispatch Thread (EDT) violations.
GWA
More... over 2 years ago
Feature: Export of multiple SQL results. When exporting to MS Excel, multiple data sheets/tabs in the same file are created. When exporting to other formats, multiple files are created. The export dialog allows to name sheets/tabs or files respectively. Howto: To export multiple SQL results right click or open tools popup (ctl+t) on multiple SQL queries (separated by statement separators) to open the file export dialog. To export multiple SQL result UI tables execute multiple SQLs (ctrl+enter). Then right click one of the UI result tables to open the file export dialog. More... over 2 years ago
Merge remote-tracking branch 'origin/ExportMultipleResults' More... over 2 years ago