history.html 2.7 KB
Newer Older
1 2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!-- 
3
Copyright 2004-2007 H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html). 
4 5
Initial Developer: H2 Group
-->
6 7
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head><meta http-equiv="Content-Type" content="text/html;charset=utf-8" /><title>
8
History
9
</title><link rel="stylesheet" type="text/css" href="stylesheet.css" />
10 11 12 13 14 15
<script type="text/javascript" src="navigation.js"></script>
</head><body onload="frameMe();">
<table class="content"><tr class="content"><td class="content"><div class="contentDiv">

<h1>History and Roadmap</h1>
<a href="#history">
16
    History of this Database Engine</a><br />
17
<a href="#changelog">
18
    Change Log</a><br />
19
<a href="#roadmap">
20
    Roadmap</a><br />
21
<a href="#supporters">
22
    Supporters</a><br />
23

24
<br /><a name="history"></a>
25
<h2>History of this Database Engine</h2>
26
<p>
27 28 29 30 31 32 33 34
The development of H2 was started in May 2004,
but it was first published on December 14th 2005.
The author of H2, Thomas Mueller, is also the original developer of Hypersonic SQL.
In 2001, he joined PointBase Inc. where he created PointBase Micro.
At that point, he had to discontinue Hypersonic SQL, but then the HSQLDB Group was formed
to continued to work on the Hypersonic SQL codebase.
The name H2 stands for Hypersonic 2; however H2 does not share any code with
Hypersonic SQL or HSQLDB. H2 is built from scratch.
35
</p>
36

37
<br /><a name="changelog"></a>
38
<h2>Change Log</h2>
39
<p>
40 41 42 43
The up-to-date change log is available here:
<a href="http://groups.google.com/group/h2-database/web/change-log">
http://groups.google.com/group/h2-database/web/change-log
</a>
44
</p>
45

46
<br /><a name="roadmap"></a>
47
<h2>Roadmap</h2>
48
<p>
49 50 51 52
The current roadmap is available here:
<a href="http://groups.google.com/group/h2-database/web/roadmap">
http://groups.google.com/group/h2-database/web/roadmap
</a>
53
</p>
54 55 56

<h3>Not Planned</h3>
<ul>
57
<li>HSQLDB does/did support this: select id i from test where i>0 (other databases don't)
58 59
</li><li>String.intern (so that Strings can be compared with ==) will not be used because some VMs have problems when used extensively
</li></ul>
60

61
<br /><a name="supporters"></a>
62
<h2>Supporters</h2>
63
<p>
64 65 66
Many thanks for those who helped by finding and reporting bugs, gave valuable feedback,
spread the word and have translated this project. Also many thanks to the donors who contributed
via PayPal:
67
</p>
68 69
<ul>
<li>Florent Ramiere, France
70
</li><li>Pete Haidinyak, USA
71 72
</li><li>Jun Iyama, Japan
</li><li>Antonio Casqueiro, Portugal
73
</li><li>lumber-mill.co.jp, Japan
74
</li><li>Oliver Computing LLC, USA
75
</li></ul>
76

77
</div></td></tr></table></body></html>