Przeglądaj źródła

update docs for new metadata update support

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1033 f203690c-595d-4dc9-a70b-905162fa7fd2
tags/jackcess-2.1.5
James Ahlborn 7 lat temu
rodzic
commit
09a70b9f24
2 zmienionych plików z 13 dodań i 3 usunięć
  1. 10
    0
      src/changes/changes.xml
  2. 3
    3
      src/site/xdoc/cookbook.xml

+ 10
- 0
src/changes/changes.xml Wyświetl plik

Change multi-value complex columns so that they return all relevant Change multi-value complex columns so that they return all relevant
column properties. column properties.
</action> </action>
<action dev="jahlborn" type="update">
Add some initial support for Table metadata modification. Columns and
Indexes can now be added to an existing table (using
ColumnBuilder.addToTable and IndexBuilder.addToTable respectively).
</action>
<action dev="jahlborn" type="update">
Add the ability to create Relationships using RelationshipBuilder.
With this support finally brings the ability to create foreign key
indexes (aka integrity enforcement in Relationships).
</action>
</release> </release>
<release version="2.1.4" date="2016-05-18"> <release version="2.1.4" date="2016-05-18">
<action dev="jahlborn" type="fix" system="SourceForge2" issue="131"> <action dev="jahlborn" type="fix" system="SourceForge2" issue="131">

+ 3
- 3
src/site/xdoc/cookbook.xml Wyświetl plik

is possible may be out of date). is possible may be out of date).
</p> </p>
<p> <p>
As of version 2.1.0, Jackcess supports:
As of version 2.1.5, Jackcess supports:
</p> </p>
<ul> <ul>
<li>Creating databases for Access all versions 2000-2013</li> <li>Creating databases for Access all versions 2000-2013</li>
<li>Creating columns for all simple data types</li> <li>Creating columns for all simple data types</li>
<li>Creating tables with single-table Indexes</li> <li>Creating tables with single-table Indexes</li>
<li>Creating tables with (index backed) foreign-key constraints
(i.e. relationships with integrity enforcement enabled)</li>
</ul> </ul>
<p> <p>
Some notable gaps: Some notable gaps:
</p> </p>
<ul> <ul>
<li>Cannot currently create tables with (index backed) foreign-key
constraints</li>
<li>Cannot currently create tables with "complex" columns <li>Cannot currently create tables with "complex" columns
(attachment, multi-value, versioned memo)</li> (attachment, multi-value, versioned memo)</li>
</ul> </ul>

Ładowanie…
Anuluj
Zapisz