Some other database don't work like this yet (they don't follow the JDBC specification).
Some other database don't work like this yet (they don't follow the JDBC specification).
If you need compatibility with those databases, use the <ahref="features.html#compatibility">Compatibility Mode</a>,
If you need compatibility with those databases, use the <ahref="features.html#compatibility">Compatibility Mode</a>,
or append <ahref="../javadoc/org/h2/engine/DbSettings.html#ALIAS_COLUMN_NAME"><code>;ALIAS_COLUMN_NAME=TRUE</code></a> to the database URL.
or append <ahref="http://www.h2database.com/javadoc/org/h2/engine/DbSettings.html#ALIAS_COLUMN_NAME"><code>;ALIAS_COLUMN_NAME=TRUE</code></a> to the database URL.
</p>
</p>
<p>
<p>
This also applies to DatabaseMetaData calls that return a result set.
This also applies to DatabaseMetaData calls that return a result set.
...
@@ -285,7 +285,7 @@ Please start with small patches. That could be adding a test case to improve the
...
@@ -285,7 +285,7 @@ Please start with small patches. That could be adding a test case to improve the
<ahref="build.html#automated">code coverage</a> (the target code coverage for this project is 90%, higher is better).
<ahref="build.html#automated">code coverage</a> (the target code coverage for this project is 90%, higher is better).
You will have to <ahref="build.html">develop, build and run the tests</a>.
You will have to <ahref="build.html">develop, build and run the tests</a>.
Once you are familiar with the code, you could implement missing features from the
Once you are familiar with the code, you could implement missing features from the