Skip to content

Conversation

@leonrohne27
Copy link
Contributor

FIxes: #913

Implements:

  • SquirrelSql
  • SquirrelSqlUrlUpdater (addVerion() needs to be completed/adjusted)

@leonrohne27 leonrohne27 moved this from 🆕 New to Team Review in IDEasy board Mar 13, 2025
@leonrohne27 leonrohne27 self-assigned this Mar 13, 2025
@leonrohne27 leonrohne27 marked this pull request as draft March 17, 2025 09:46
@leonrohne27 leonrohne27 moved this from Team Review to 🏗 In progress in IDEasy board Apr 3, 2025

VersionIdentifier vid = urlVersion.getVersionIdentifier();
if (vid.compareVersion(MIN_SQUIRRELSQL_VID).isGreater()) {
String baseUrl = "https://squirrel-sql.sourceforge.io/#installation";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not a download link that can work. Anchors are only processed by the client (browser) and can be handled by JavaScript. IMHO anchor links are not even transferred to the URL in the request send to the server.
Am I wrong with this? Or was this code never really tested?

@juliane-cap juliane-cap moved this from 🏗 In progress to Team Review in IDEasy board Jul 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Team Review

Development

Successfully merging this pull request may close these issues.

Add support for SquirelSql

2 participants