summaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorJames Moger <james.moger@gmail.com>2011-08-17 08:02:23 -0400
committerJames Moger <james.moger@gmail.com>2011-08-17 08:02:23 -0400
commit1734dc44d70391aeef26cacdf4d9f07c289e476e (patch)
tree6dedc021df14d8498c1166946f1ff760db37ceed /.classpath
parent265bb2eebd995af0445ce7bc37f066e43d7da287 (diff)
downloadiciql-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--.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/.classpath b/.classpath
index 136c201..a842b70 100644
--- a/.classpath
+++ b/.classpath
@@ -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>