-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
112 lines (110 loc) · 5.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>HSQLDB</title></head>
<body>
<img style="width: 223px; height: 47px;" alt="HyperSQL logo" src="doc-src/images/hypersql_logo.png">
<h3><br>
</h3>
<h3>HyperSQL version 2.3.4 Distribution</h3>
<p>HSQLDB (HyperSQL Database) is a relational
database management system written in Java. Now in its 16th year, the latest version 2.3.4 is the result of 10 years development since version 1.8.0 and 6 years
improvements over version 2.0. It offers many features and
adheres closely to the latest SQL and JDBC 4 standards.</p>
<p>This release should be used in preference to earlier 2.x releases, as it fixes a
number of bugs and regressions, as well as improving functionality and adding new features.</p>
<h4>SUPPORTWARE</h4>
<p>The development and maintenance of HyperSQL has been possible
because of financial contributions by business users. We need renewed
contributions. Please subscribe to SupportWare at <a href="http://hsqldb.org/web/supportware">http://hsqldb.org/web/supportware</a>
. Especially if you include HSQLDB as part of an applications that you sell,
or use it in production, you are expected to subscribe to SupportWare at the appropriate level. Subscribers get priority for support and feature request.</p>
<h4>COMMERCIAL SUPPORT</h4>
<p>Hourly paid support for HyperSQL is available
from <a href="http://hyperxtreme.co.uk/services.html">http://hyperxtreme.co.uk</a>. This service provides all the help needed to use or integrate HSQLDB with your application.</p>
<h4>SCALABILITY UPGRADES</h4>
<p>For applications that require more speed with very large data sets, or need to store more data in a memory database, the commercial product HyperXtremeSQL is available
from <a href="http://hyperxtreme.co.uk">http://hyperxtreme.co.uk</a>. This product is fully compatible with HSQLDB queries and other statements.</p>
<h4>PACKAGE CONTENTS</h4>
<p>This download contains the
following files and directories: </p>
<p><b>bin</b></p>
<p>This directory contains some
Windows utility wrapper scripts, and some HTML pages with HSQLDB
embedded as an
applet.</p>
<h4>build</h4>
<p>This directory contains the ant
build.xml script, Gradle build files, plus MSDOS CMD files for build. See the <a href="doc/guide/building-app.html">Building HyperSQL Jars</a>
appendix of the
HyperSQL User Guide for details. </p>
<h4>classes</h4>
<p>When the jar is rebuilt, this
directory contains the *.class files generated by the ANT build tool.
It does not exist in the distribution zip.</p>
<h4>doc</h4>
<p>A set of HTML, PDF and text
documents covering different aspects of HSQLDB and some of its
utilities.</p>
<p><a href="doc/guide/index.html">HyperSQL
User Guide</a> in HTML format. <br>
<a href="doc/guide/guide.pdf">HyperSQL User Guide</a>
in PDF format. </p>
<p><a href="doc/util-guide/index.html">HyperSQL
Utilities Guide</a> in HTML format.<br>
<a href="doc/util-guide/util-guide.html">HyperSQL
Utilities Guide</a> in PDF
format. </p>
<p>The <a href="doc/apidocs/index.html">JavaDoc</a>
for public classes, including the JDBC documentation. </p>
<p>Chronological list of
minor changes and bug fixes since the release of version 2.0 <a href="doc/changelist_2_0.txt">changelist_2_0.txt</a>
</p>
<p>The license texts for the source and binaries, based on the
BSD license. <a href="doc/hsqldb_lic.txt">hsqldb_lic.txt</a>
is for sources developed entirely by the HSQL Development Group. <a href="doc/hypersonic_lic.txt">hypersonic_lic.txt</a>
is for the few sources that contain code from the closed HypersonicSQL project.</p>
<h4>lib</h4>
<p>The jar needed for running HyperSQL
and its GUI utilities (hsqldb.jar) has been pre-built in this
directory. The jar for SqlTool (sqltool.jar) is
also in this directory. The jars are
compatible with Java version 1.6 and above. The extra zip file in the directory is needed
only for
recompiling hsqldb and is not required for deployment.</p>
<h4>src</h4>
<p>All source code is in this
directory. </p>
<h4>testrun</h4>
<p>Contains test scripts for the
database engine and SqlTool. These scripts are run by separate test
utilities
for the engine and SqlTool</p>
<h4>CHANGES</h4>
<ul>
<li>Versions 2.x have evolved over six years since 2010. This version is the most stable and bug-free version in the 2.x series.</li>
<li>Compared to version 1.8, there are many new features and changes. Most
of these do not affect compatibility with version 1.8.x.</li>
<li>Differences are detailed in the Guide. The main differences
are as follows:</li>
<li>Transaction isolation is always enforced - READ COMMITTED
and SERIALIZABLE modes are supported.</li>
<li>GENERATED BY DEFAULT AS IDENTITY does not create a primary
key. A primary key must be declared explicitly.</li>
<li>Column sizes are enforced, although you can change this and
other properties to some extent.</li>
</ul>
<h4>UPDATES</h4>
<p>We constantly fix reported issues. Please check the web site regularly
for latest updated version and latest information.</p>
<h4>RESOURCES</h4>
<p>Support documentation for HyperSQL including the FAQ and links to resources are available
from <a href="http://hsqldb.org/support">http://hsqldb.org/support</a>
in various forms, including user forums. Support is given to open source developers for using HSQLDB in their products.</p>
<h4>NOTE</h4>
The highly configurable java source code formatter <a href="http://jindent.com">Jindent</a> is used to format the HSQLDB source code.
<p>This Software is developed and published by the HSQL Development Group</p>
<p>Fred Toussi (fredt (at)
users.sourceforge.net)<br>
Blaine Simpson (blaine dot simpson (at) admc dot com)</p>
<p><a href="http://hsqldb.org">http://hsqldb.org</a> </p>
</body></html>