# HG changeset patch # User Sascha L. Teichmann # Date 1300980581 0 # Node ID 2d90d5cfe8f9bfa3c170ec4792baee6f981fb436 # Parent a9c8fa38ba030402edfc3346154606a86ad28012 Added a cast to uuid in collections.select.by.gid artifacts/trunk@1555 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r a9c8fa38ba03 -r 2d90d5cfe8f9 ChangeLog --- a/ChangeLog Thu Mar 24 11:28:26 2011 +0000 +++ b/ChangeLog Thu Mar 24 15:29:41 2011 +0000 @@ -1,3 +1,8 @@ +2011-03-24 Sascha L. Teichmann + + * artifact-database/src/main/resources/sql/org-postgresql-driver.properties: + Added a cast to uuid in collections.select.by.gid + 2011-03-24 Ingo Weinzierl * artifact-database/src/main/resources/sql/org-h2-driver.properties, diff -r a9c8fa38ba03 -r 2d90d5cfe8f9 artifact-database/src/main/resources/sql/org-postgresql-driver.properties --- 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 = ?