Skip to content

Releases: Wisser/Jailer

Jailer 17.1.1

26 May 08:20

Choose a tag to compare

  • AI Query Assistant - a full integration of AI-powered SQL generation directly into the SQL Console.
    • You describe what you want in plain English, and the assistant writes the SQL - schema-aware, so it only uses tables and columns that actually exist in your database.
    • Silent Mode: Every AI-generated statement gets a /* AI: ... */ header that records the original question.
      When your cursor is inside such a statement, Ctrl+Shift+S regenerates the SQL in place.
      no dialog, no friction. Edit the comment to refine the question, hit the shortcut, review and execute.

Download Jailer

Jailer 16.12

10 Apr 20:57

Choose a tag to compare

  • Fixed: Session was not closed on exception in Importer.execute().
  • Fixed resource leaks: streams and writers are now properly closed via try-with-resources
    in ExtractionModel, RestrictionModel, CommandLineParser, ModelBuilder,
    IntraDatabaseEntityGraph and SQLConsole.
  • Fixed: InterruptedException in shutdown hook now restores the interrupt flag and exits the wait loop.
  • Fixed: LOB insert methods (insertClob, insertSQLXML) refactored to eliminate duplicate code;
    resource leak in stream handling corrected.

Download Jailer

Jailer 16.11.3

16 Mar 19:42

Choose a tag to compare

  • Minor improvements to the user interface.

Download Jailer

Jailer 16.11.2

21 Feb 18:38

Choose a tag to compare

  • Copying individual columns in the "single row view" in the data browser is now possible.
  • The "Outline" feature in the SQL console has been improved.

Download Jailer

Jailer 16.11.1

08 Feb 20:58

Choose a tag to compare

  • Tooltips for column types and constraints are now also shown in the column view of a table.

Download Jailer

Jailer 16.11

10 Nov 18:48

Choose a tag to compare

  • Feature "#131 Add an extra statement after insert blocks"
    #131

Download Jailer

Jailer 16.10

01 Nov 14:42

Choose a tag to compare

  • Support for "DateTimeOffset #129"
    #129
  • Fixed a bug that occurred infrequently in the data browser concerning the column value search function.
  • Improved estimation of the row count in the SQL console.

Download Jailer

Jailer 16.9.3

16 Oct 08:10

Choose a tag to compare

  • In-place editing in single-row views did not work correctly after reloading.

Download Jailer

Jailer 16.9.2

10 Oct 08:22

Choose a tag to compare

Download Jailer

Jailer 16.9.1

10 Sep 19:41

Choose a tag to compare

  • Fix: The context menu of the SQL console was only available for tables due to an error.

Download Jailer