@@ -482,7 +482,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
...
@@ -482,7 +482,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
<ul>
<ul>
<li>HSQLDB (did) support this: select id i from test where i<0 (other databases don't). Supporting it may break compatibility.
<li>HSQLDB (did) support this: select id i from test where i<0 (other databases don't). Supporting it may break compatibility.
</li><li>String.intern (so that Strings can be compared with ==) will not be used because some VMs have problems when used extensively.
</li><li>String.intern (so that Strings can be compared with ==) will not be used because some VMs have problems when used extensively.
</li><li>In prepared statements, identifier names (table names and so on) can not be parameterized. Adding such a feature would complicate the souce code without providing reasonable speedup, and would slow down regular prepared statements.
</li><li>In prepared statements, identifier names (table names and so on) can not be parameterized. Adding such a feature would complicate the source code without providing reasonable speedup, and would slow down regular prepared statements.