89
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Jul 31, 2024 — Jul 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Web page update More... over 6 years ago
Delete rows confirm dialog didn't show up over the right window when the result table wasn't in the main application window. More... over 6 years ago
Squirrel can now be started by the "java -jar squirrel-sql.jar" command. Nonetheless the the existing starter scripts work as usual. Thanks to Peter G. Horvath for the merge request. More... over 6 years ago
Export CSV/Excel/Json dialog didn't show up over the right window when the result to export wasn't in the main application window. More... over 6 years ago
Small improvements of Data Import Plugin: - Icon - Several tooltips - CSV separator and date format are remembered More... over 6 years ago
Brushed up the Data Import Plugin quite a bit and made it a standard Plugin. See Object tree --> right mouse menu of table --> menu item "Import file (MS Excel or CSV)" More... over 6 years ago
New right mouse menu item on tables "Copy colored rows to new window", which copies all rows that were colored before to a new window. More... over 6 years ago
ClassCastException when exporting result table. Could be reproduced as follows: Choose to show row numbers. --> select a part of table and choose "Select entire rows afterwards". --> Export CSV/Excel/Json results in ClassCastException. More... over 6 years ago
When "Find in SQL result" panel is hidden the SQL editor regains focus. This is convenient when a keyboard shortcut was assigned to the "Find in SQL result" function. More... over 6 years ago
New tool bar button: Got to last edit location. Moves the SQL editor's cursor to the last edited location. More... over 6 years ago
Some clean ups More... over 6 years ago
SQL execution: When result rows are being read, the number of rows read is displayed below the elapsed execution time. More... over 6 years ago
#1306 Postgres Plugin: source code for views does not display Thanks to Mikhail Kiselev for suggesting the new way to query the source code. More... over 6 years ago
SQL editor: When the "replace tabs by spaces" option was selected (see menu File --> New Session Properties --> tab Syntax) indenting multiple lines with tabs corrupted the lines. More... over 6 years ago
Bug fix: Keyboard shortcuts configuration: Result tab toolbar functions didn't allow user defined short cuts. More... over 6 years ago
Extension of keyboard shortcuts configuration: Existing default shortcuts can now also be removed instead of just replaced. More... over 6 years ago
Export SQL result to file function: Write success dialog didn't display long export file paths well. More... over 6 years ago
#1380 'Insert row' window didn't repaint right because of NullPointerException More... over 6 years ago
Made most menu entries of the table's right mouse menu work with keyboard shortcuts. Note: Most menus don't have predefined keyboard shortcuts. They may be defined using menu File --> "Global Preferences" --> tab "Keyboard shortcuts" --> Added comment More... over 6 years ago
Made most menu entries of the table's right mouse menu work with keyboard shortcuts. Note: Most menus don't have predefined keyboard shortcuts. They may be defined using menu File --> "Global Preferences" --> tab "Keyboard shortcuts" More... over 6 years ago
Copy on tables didn't work as usual until the table's right mouse menu was opened the first time. More... over 6 years ago
Fixed compile bug More... over 6 years ago
Little GUI correction More... over 6 years ago
Extension of keyboard shortcuts configuration: Actions that don't have default shortcuts can now be assigned shortcuts. More... over 6 years ago
Updated copy right More... over 6 years ago
Charts for SQL results now allow to plot differences of column values. --> Fixed chart tooltips for temporal values. More... over 6 years ago
Useful refactorings from a feature (Differences) that was finally implemented in a different way. More... over 6 years ago
Charts for SQL results now allow to plot differences of column values. See tab "Overview/Charts" of a SQL result --> Toggle button "Charts" on the right --> tab "Differences". Possible application: A program may log steps into a database table. If the differences between log timestamps are plotted against the timestamps themselves the plot shows if and how the program's performance changes. With this feature the JFreeChart version SQuirreL uses was upgraded to version 1.5.0. More... over 6 years ago
About dialog displays supported and current command line arguments. More... over 6 years ago
About dialog: Refactorings More... over 6 years ago