Skip to content

Releases: aferrandi/dbtarzan

1.35

17 Jun 21:28
5d72b76
Compare
Choose a tag to compare

#83 removed the possibility to have non encrypted passwords in the connection config file.

#127 possibility to use IN clauses instead of ORs in the queries resulting from tables traversal using foreign keys.

1.34

23 Mar 16:17
Compare
Choose a tag to compare

#140 possibility to filter the foreign keys with a text, useful when having many foreign keys in the table.

#118 possibility to filter the databases names with a text, useful when having many databases. In cases of composites matches also the simple databases contained in the composites.

#138 uses JavaFX 21 and the related ScalaFX library.

Fixed the filtering of tables so that also the fields are matched against the pattern.

1.33

09 Feb 22:48
655a905
Compare
Choose a tag to compare
  • #135 shows the number of rows in the table pressing the button Rows number under the query text o the bottom right panel.
  • #100 new log actor that writes all log in the dbactor.log file and sends the INFO, WARNING, ERROR logs to the GUI so that they can be displayed in the log view as they did before.

1.32

04 Nov 18:56
Compare
Choose a tag to compare

#!26 check box in the composite editor to decide for each composite if the databases in the composite will be part of the database lists in the main UI. In this way if the database list is too big we can reduce it.

Button bar instead of menu over the tables list in the main UI, to make the "Reconnect" button visible.

1.31

06 Oct 20:14
Compare
Choose a tag to compare

#132 allows to have databases without storing their passwords in the connections configuration file, useful for example for production databases. The user enters the password at the moment he connects to the database.
#130 better error message dialog with more concise error message with an "advanced" button.
Fixed a bug that did not allow to see the content of a table with a binary field with null values.
Fixed a bug that was limiting the tables that could be selected when adding an additional foreign key.

1.30

17 Sep 20:14
Compare
Choose a tag to compare

#128 Download content of field from the veritcal row view. Added the binary type for columns, so that in this case it is possible to download it as a binary file.
#125 a menu that opens a dialog showing the content of a long field in a vertical row view.
#80 a refresh button to refresh the content of a tab (actually it opens a new one and closes the old one). To have it as a button, changed the tab menu to a buttonset.
#131 added the possibility to choose direction (ascending or descending) in the order by menu.