Skip to content

Releases: hironico/mini-sql

v2.31.1 : fix for CVE in Jackson Lib

20 Mar 13:01

Choose a tag to compare

Emergency fix for CVE in Jackson lib.

v2.31.0 changes:

What's new:

  • MongoDb support is finally here. When setting up a MongoDB connection the editor acts like a mongosh editor sending commands to the server.
  • Trigger meta data is now shown (oracle, postgresal and TDS based RDMS)
  • Max number of logs lines is now configurable in the settings

Fixed:

  • Fixed rounded border panel under Windows
  • Db Config panel is now cleared when selecting the connection node in the settings
  • Db Explorer now refreshes enums correctly (postgresql)

Misc:

  • code cleanup for the Ribbon library

v2.31.0 : MongoDB support

20 Mar 09:07

Choose a tag to compare

What's new:

  • MongoDb support is finally here. When setting up a MongoDB connection the editor acts like a mongosh editor sending commands to the server.
  • Trigger meta data is now shown (oracle, postgresal and TDS based RDMS)
  • Max number of logs lines is now configurable in the settings

Fixed:

  • Fixed rounded border panel under Windows
  • Db Config panel is now cleared when selecting the connection node in the settings
  • Db Explorer now refreshes enums correctly (postgresql)

Misc:

  • code cleanup for the Ribbon library

v2.30.0 : new custom DB drivers, batch tool and UI improvements

31 Oct 14:25

Choose a tag to compare

New:

  • You can add JDBC drivers that are not part of the distribution. Go to settings and add drivers.
  • User interface now shows a modern rounded panel set
  • Batch panel can now remove selected files from the batch

See README.md for more info

Fixes:

  • enums for postgresql are now properly displayed depending on the schema they belong to.
  • selecting a filtered row in the history pane now shows the proper query in the details panel
  • Ribbon is now displaying correctly for 3 small icons stacked on the same column

Code and under the hood:

  • modern java code refactors
  • ai generated javadoc for important classes

v2.29.2 - Batch mode and UI fixes

17 Oct 13:12

Choose a tag to compare

New:

  • Batch Mode : execute a set of SQL files in sequence and observe the results directly in the UI

Enhancements:

  • Multiple enhancements related to ribbon synchronization and the currently selected editor tab
  • Editor shows the batch mode setting in the status bar

v2.28.2 : test framework and publish plugin update

02 Oct 09:05

Choose a tag to compare

  • maintenance release vwith version bumps

v2.28.1 Fix decimal types display in result pane

16 May 13:03

Choose a tag to compare

Fix :

  • Decimal types are now diyplayed with configuration decimal pattern.

v2.28.0 : quoted identifiers and ENUM datatype support

26 Nov 16:02

Choose a tag to compare

New:

  • use of quoted identifiers for generated queries (option in connection config)
  • support for ENUM data type for postgres

UI:

  • use of scaled font for ribbon labels
  • better resize of component when main window is resized

Fixes:

  • db explorer takes care of selected schema criteria for displaying functions (postgres)
  • plenty of code cleanup :)

Misc:

  • upgrade oracle drivers version
  • upgrade look and feel version

v2.27.0 : Visual Db, SQL validation and Maven Central Publish

07 Jun 08:56

Choose a tag to compare

What's new :

  • Visual DB shows objects in their corresponding connection color (go to config to set color)
  • Drag n Drop tables into visual Db now works properly
  • Ribbon for Visual DB added.

Changes:

  • code refactoring for ribbon and actions

NEW: binary distribution is available in maven central !

v2.26.0 support for system objects in db explorer

26 Sep 08:57

Choose a tag to compare

Database Explorer can show system objects using a check box in the associated ribbon group ('objects')
Ribbon is now capable to contain checkboxes actions :-)
Tested on Postgresql so far.

Code refactoring : Generalized the use of the SQL object type enum instead of parsing text ...

v2.25.4 pom.xml update

11 May 12:12

Choose a tag to compare

removed distrib management