Upgraded H2 to latest version from trunk for some tests
This commit is contained in:
parent
80898e80db
commit
a05e19db6f
@ -2165,7 +2165,7 @@ public class DefaultGenerator implements Generator {
|
||||
version = properties.getProperty("version");
|
||||
}
|
||||
catch (Exception e) {
|
||||
version = "unknown";
|
||||
version = "1.6.8";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -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
@ -25,7 +25,7 @@
|
||||
<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/jOOQ-test/lib/derbynet.jar" path="3" sourceAttachmentPath="/jOOQ-sources/db-derby-10.8.1.2-src.zip" sourceRootPath="" type="2"/> "/>
|
||||
<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/jOOQ-test/lib/derbytools.jar" path="3" sourceAttachmentPath="/jOOQ-sources/db-derby-10.8.1.2-src.zip" sourceRootPath="" type="2"/> "/>
|
||||
<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/jOOQ-test/lib/derbyrun.jar" path="3" sourceAttachmentPath="/jOOQ-sources/db-derby-10.8.1.2-src.zip" sourceRootPath="" type="2"/> "/>
|
||||
<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/jOOQ-test/lib/h2-1.3.158.jar" path="3" sourceAttachmentPath="/jOOQ-sources/h2-2011-07-17.zip" sourceRootPath="" type="2"/> "/>
|
||||
<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/jOOQ-test/lib/h2-1.3.161-SNAPSHOT.jar" path="3" sourceAttachmentPath="/jOOQ-sources/h2-2011-07-17.zip" sourceRootPath="" type="2"/> "/>
|
||||
<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/jOOQ-test/lib/postgresql-9.0-801.jdbc4.jar" path="3" sourceAttachmentPath="/jOOQ-sources/postgresql-jdbc-9.0-801.src.zip" sourceRootPath="" type="2"/> "/>
|
||||
<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/jOOQ-test/lib/log4j-1.2.16.jar" path="3" type="2"/> "/>
|
||||
</listAttribute>
|
||||
|
||||
@ -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.
BIN
jOOQ-test/lib/h2-1.3.161-SNAPSHOT.jar
Normal file
BIN
jOOQ-test/lib/h2-1.3.161-SNAPSHOT.jar
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user