diff artifact-database/src/main/resources/sql/org-postgresql-driver.properties @ 216:2d90d5cfe8f9

Added a cast to uuid in collections.select.by.gid artifacts/trunk@1555 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 24 Mar 2011 15:29:41 +0000
parents a9c8fa38ba03
children 1ea35226a6de
line wrap: on
line diff
--- a/artifact-database/src/main/resources/sql/org-postgresql-driver.properties	Thu Mar 24 11:28:26 2011 +0000
+++ b/artifact-database/src/main/resources/sql/org-postgresql-driver.properties	Thu Mar 24 15:29:41 2011 +0000
@@ -121,7 +121,7 @@
 
 collections.select.by.gid= \
     SELECT id, name, owner_id, creation, last_access, attribute \
-    FROM collections WHERE gid = ?
+    FROM collections WHERE gid = ?::uuid
 
 users.collections=SELECT collection_id, gid, name FROM collections WHERE owner_id = ?
 users.collection.ids=SELECT collection_id FROM collections WHERE owner_id = ?

http://dive4elements.wald.intevation.org