Doc updates

This commit is contained in:
Wisser
2018-04-25 09:58:17 +02:00
parent b376cd6aa1
commit 2e48fa7d9a
3 changed files with 18 additions and 1 deletions

View File

@@ -22,7 +22,8 @@ Jailer is a tool for database subsetting and relational data browsing.
## News
- 2018-04-06 SQL Console with code completion, syntax highlighting and database metadata visualization.
- 2018-04-26 The new feature "Analyze SQL" analyzes SQL statements and proposes association definitions. This allows to reverse-engineer the data model based on existing SQL queries.
- 2018-03-06 SQL Console with code completion, syntax highlighting and database metadata visualization.
- 2017-05-10 New API provides programmatic access to the data export and import functionality. http://jailer.sourceforge.net/api.html
- 2017-03-30 Improved filter management. Support for import-filters and literal-filters.
- 2017-01-27 Referential cycles can now be exported by deferring the insert of nullable foreign keys.

View File

@@ -124,6 +124,14 @@ independent. DBMS agnostic.</li>
<table class="bodyTable">
<tbody>
<tr class="b">
<td style="background-color: rgb(221, 221, 238);"><small class="date">2018-04-26</small></td>
<td style="background-color: rgb(221, 221, 238);">The new feature "Analyze SQL" analyzes SQL statements and proposes association definitions. This allows to reverse-engineer the data model based on existing SQL queries.</tr>
<tr class="a">
<td style="background-color: rgb(238, 238, 238);"><small class="date">2018-03-06</small></td>
<td style="background-color: rgb(238, 238, 238);">SQL Console with code completion, syntax highlighting and database metadata visualization.</tr>
<tr class="b">
<td style="background-color: rgb(221, 221, 238);"><small class="date">2017-05-10</small></td>
<td style="background-color: rgb(221, 221, 238);"><a href="api.html">New API</a> provides programmatic access to the data export and import functionality.</td>

View File

@@ -124,6 +124,14 @@ independent. DBMS agnostic.</li>
<table class="bodyTable">
<tbody>
<tr class="b">
<td style="background-color: rgb(221, 221, 238);"><small class="date">2018-04-26</small></td>
<td style="background-color: rgb(221, 221, 238);">The new feature "Analyze SQL" analyzes SQL statements and proposes association definitions. This allows to reverse-engineer the data model based on existing SQL queries.</tr>
<tr class="a">
<td style="background-color: rgb(238, 238, 238);"><small class="date">2018-03-06</small></td>
<td style="background-color: rgb(238, 238, 238);">SQL Console with code completion, syntax highlighting and database metadata visualization.</tr>
<tr class="b">
<td style="background-color: rgb(221, 221, 238);"><small class="date">2017-05-10</small></td>
<td style="background-color: rgb(221, 221, 238);"><a href="api.html">New API</a> provides programmatic access to the data export and import functionality.</td>