mirror of
https://github.com/Wisser/Jailer.git
synced 2026-02-21 10:18:32 -06:00
Doc updates
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user