diff options
author | James Moger <james.moger@gmail.com> | 2011-08-17 08:02:23 -0400 |
---|---|---|
committer | James Moger <james.moger@gmail.com> | 2011-08-17 08:02:23 -0400 |
commit | 1734dc44d70391aeef26cacdf4d9f07c289e476e (patch) | |
tree | 6dedc021df14d8498c1166946f1ff760db37ceed /.classpath | |
parent | 265bb2eebd995af0445ce7bc37f066e43d7da287 (diff) | |
download | iciql-1734dc44d70391aeef26cacdf4d9f07c289e476e.tar.gz iciql-1734dc44d70391aeef26cacdf4d9f07c289e476e.zip |
Added support for PostgreSQL. Passes all but the boolean-as-int tests.
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,5 +32,6 @@ <attribute name="javadoc_location" value="jar:platform:/resource/iciql/ext/h2-1.3.159-javadoc.jar!/"/>
</attributes>
</classpathentry>
+ <classpathentry kind="lib" path="ext/postgresql-9.0-801.jdbc4.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
|