diff options
author | Anna Koskinen <anna@vaadin.com> | 2013-01-08 16:37:20 +0200 |
---|---|---|
committer | Anna Koskinen <anna@vaadin.com> | 2013-01-08 16:37:20 +0200 |
commit | bfe57e5b8b97b28a38637c46e3a36a96a4004929 (patch) | |
tree | 33df4ff79ffe851f347706588e8e41f8dd2594b0 /WebContent | |
parent | 2a7b21522d0b01e563dff877373ade32e244046c (diff) | |
download | vaadin-framework-bfe57e5b8b97b28a38637c46e3a36a96a4004929.tar.gz vaadin-framework-bfe57e5b8b97b28a38637c46e3a36a96a4004929.zip |
Merge of (#10164) to Vaadin 7.
Updated release notes with databases supported by SQLContainer.
Change-Id: I8ac7a07f2e005850d10fe51e80b01de86daaa2e6
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/release-notes.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 99001cca2c..77217f9d68 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -460,6 +460,15 @@ <li>Android 2.3 and later</li> </ul> + <p>Vaadin SQL Container supports the following databases:</p> + <ul> + <li>HSQLDB</li> + <li>MySQL</li> + <li>MSSQL</li> + <li>Oracle</li> + <li>PostgreSQL</li> + </ul> + <h2 id="vaadinontheweb">Vaadin on the Web</h2> <ul> |