Upgraded H2 to latest version from trunk for some tests

This commit is contained in:
Lukas Eder 2011-10-20 17:12:18 +00:00
parent 80898e80db
commit a05e19db6f
11 changed files with 20 additions and 11 deletions

View File

@ -2165,7 +2165,7 @@ public class DefaultGenerator implements Generator {
version = properties.getProperty("version");
}
catch (Exception e) {
version = "unknown";
version = "1.6.8";
}
}

View File

@ -16,7 +16,6 @@
<classpathentry exported="true" kind="lib" path="lib/derbynet.jar" sourcepath="/jOOQ-sources/db-derby-10.8.1.2-src.zip"/>
<classpathentry exported="true" kind="lib" path="lib/derbytools.jar" sourcepath="/jOOQ-sources/db-derby-10.8.1.2-src.zip"/>
<classpathentry exported="true" kind="lib" path="lib/derbyrun.jar" sourcepath="/jOOQ-sources/db-derby-10.8.1.2-src.zip"/>
<classpathentry exported="true" kind="lib" path="lib/h2-1.3.158.jar" sourcepath="/jOOQ-sources/h2-2011-07-17.zip"/>
<classpathentry exported="true" kind="lib" path="lib/sqljdbc4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/junit.jar"/>
<classpathentry exported="true" kind="lib" path="lib/postgresql-9.0-801.jdbc4.jar" sourcepath="/jOOQ-sources/postgresql-jdbc-9.0-801.src.zip"/>
@ -25,5 +24,6 @@
<classpathentry exported="true" kind="lib" path="lib/jconn3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jtds-1.2.5.jar"/>
<classpathentry exported="true" kind="lib" path="lib/iijdbc.jar"/>
<classpathentry kind="lib" path="lib/h2-1.3.161-SNAPSHOT.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -25,7 +25,7 @@
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/jOOQ-test/lib/derbynet.jar&quot; path=&quot;3&quot; sourceAttachmentPath=&quot;/jOOQ-sources/db-derby-10.8.1.2-src.zip&quot; sourceRootPath=&quot;&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/jOOQ-test/lib/derbytools.jar&quot; path=&quot;3&quot; sourceAttachmentPath=&quot;/jOOQ-sources/db-derby-10.8.1.2-src.zip&quot; sourceRootPath=&quot;&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/jOOQ-test/lib/derbyrun.jar&quot; path=&quot;3&quot; sourceAttachmentPath=&quot;/jOOQ-sources/db-derby-10.8.1.2-src.zip&quot; sourceRootPath=&quot;&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/jOOQ-test/lib/h2-1.3.158.jar&quot; path=&quot;3&quot; sourceAttachmentPath=&quot;/jOOQ-sources/h2-2011-07-17.zip&quot; sourceRootPath=&quot;&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/jOOQ-test/lib/h2-1.3.161-SNAPSHOT.jar&quot; path=&quot;3&quot; sourceAttachmentPath=&quot;/jOOQ-sources/h2-2011-07-17.zip&quot; sourceRootPath=&quot;&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/jOOQ-test/lib/postgresql-9.0-801.jdbc4.jar&quot; path=&quot;3&quot; sourceAttachmentPath=&quot;/jOOQ-sources/postgresql-jdbc-9.0-801.src.zip&quot; sourceRootPath=&quot;&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/jOOQ-test/lib/log4j-1.2.16.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
</listAttribute>

View File

@ -2,7 +2,7 @@
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
<stringAttribute key="bad_container_name" value="/jOOQ-test/lua"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/jOOQ-test/lib/h2-1.3.158.jar"/>
<listEntry value="/jOOQ-test/lib/h2-1.3.161-SNAPSHOT.jar"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>

Binary file not shown.

Binary file not shown.