Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: squirrel-sql-client/squirrel-sql-code
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: rerunResultFrame
Choose a base ref
...
head repository: squirrel-sql-client/squirrel-sql-code
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 73 files changed
  • 2 contributors

Commits on Jan 22, 2026

  1. Bug fix: Deleting or editing SQL table results or Object tree "Conten…

    …t"-tables rose NullPointerException when
    
      a table had one or more columns of type LONGVARCHAR and LONGVARCHAR types were chosen to be left out of generated WHERE clauses.
      See menu File --> Global Preferences --> tab "Data type controls" --> section "CHAR, VARCHAR, LONGVARCHAR"
    GWA committed Jan 22, 2026
    Configuration menu
    Copy the full SHA
    b07d113 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2026

  1. Adjusted copyright to new year

    GWA committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    64ea61d View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2026

  1. Feature: #81

      Session Scripts Plugin: Session startup scripts now support running bookmarks
      by @runbookmark <bookmarkNameInSingleQuotes> the same way the SQL editor does.
    
    Feature: Session Scripts Plugin: Aliases combo box of the Session startup scripts frame now
      sorts Aliases alphabetically and puts the ones on top which have Session startup scripts defined.
      See menu Plugins --> Session Scripts ...
    gerdwagner committed Jan 24, 2026
    Configuration menu
    Copy the full SHA
    7c9a29b View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2026

  1. Bug: Fixed "java.beans.IntrospectionException: Method not found" when…

    … creating an application dump.
    
      See menu File --> Dump Application
    GWA committed Jan 28, 2026
    Configuration menu
    Copy the full SHA
    adc4a87 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2026

  1. Feature: The UI table's "Copy separated by ..." right mouse menu func…

    …tion now allows
    
      to concatenate cell values without separator.
    GWA committed Jan 29, 2026
    Configuration menu
    Copy the full SHA
    9e07e52 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2026

  1. Feature: The UI-table's "Copy separated by ..." right mouse menu func…

    …tion now allows
    
      to display the copy result in a cell data dialog.
    gerdwagner committed Feb 7, 2026
    Configuration menu
    Copy the full SHA
    b6a0828 View commit details
    Browse the repository at this point in the history
  2. Refactoring

    gerdwagner committed Feb 7, 2026
    Configuration menu
    Copy the full SHA
    adbe021 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2026

  1. Feature: #87

      The right mouse menu of UI-tables now offers to toggle columns between a monospaced font and the default font.
      See the right mouse menu entry named "Toggle selected columns monospaced".
    gerdwagner committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    803e18a View commit details
    Browse the repository at this point in the history
  2. Refactoring

    gerdwagner committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    2893f40 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2026

  1. Configuration menu
    Copy the full SHA
    cd17fbe View commit details
    Browse the repository at this point in the history
  2. Fixed compile bug

    gerdwagner committed Feb 16, 2026
    Configuration menu
    Copy the full SHA
    d976b5b View commit details
    Browse the repository at this point in the history
  3. Fixed compile bug

    gerdwagner committed Feb 16, 2026
    Configuration menu
    Copy the full SHA
    2bcd825 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2026

  1. Web page update

    gerdwagner committed Mar 7, 2026
    Configuration menu
    Copy the full SHA
    9a66d17 View commit details
    Browse the repository at this point in the history
  2. Web page update

    gerdwagner committed Mar 7, 2026
    Configuration menu
    Copy the full SHA
    ba243bb View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2026

  1. 5.1.0 Release

    gerdwagner committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    27a32b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2026

  1. Configuration menu
    Copy the full SHA
    fac274f View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2026

  1. Feature: #88

    The keyboard short cuts tab now contains the action's description (tooltip).
    
    Bug fix: Oracle Plugin: Fixed typo, DB Ouptut --> DB Output
    gerdwagner committed Apr 6, 2026
    Configuration menu
    Copy the full SHA
    cf28f8b View commit details
    Browse the repository at this point in the history
  2. Feature: #88

    The keyboard short cuts tab now contains the action's description (tooltip).
    
    Bug fix: Oracle Plugin: Fixed typo, DB Ouptut --> DB Output
    gerdwagner committed Apr 6, 2026
    Configuration menu
    Copy the full SHA
    502694e View commit details
    Browse the repository at this point in the history
Loading