Releases: Wisser/Jailer
Releases · Wisser/Jailer
Jailer 15.0
- Added support of PostgreSQL data types (small|big)serial.
- Text search feature in pop-up menus.
- Feature for searching complex paths between tables in big data models.
- Feature "Retry failed statements".
If a script or a block of multiple statements is executed in the SQL console and an error occurs in one of them,
the execution can still be continued. This can be repeated until all statements have run or no more progress can be made.
This is ideal for executing interdependent statements (drop, create table, etc.)
without first sorting them according to their dependencies.
Jailer 14.6.2
Jailer 14.6.1
Jailer 14.6
- The "row fetch size" related to database communication has been increased for more performance.
- Fix for "#50 Export liquibase is not usable when null elements are untyped."
https://sourceforge.net/p/jailer/bugs/50/ - Fix for "#51 Liquibase export a wrong Timestamp format"
https://sourceforge.net/p/jailer/bugs/51/ - Fix for "#72 Make liquibase changeSet id dynamic."
https://sourceforge.net/p/jailer/feature-requests/72/ - UI blocking occurred in rare cases when database metadata acquisition took a long time. This has been corrected.
- Other minor improvements to the UI.