Mercurial > dive4elements > river
diff artifacts/src/main/resources/datacage-sql/org-h2-driver.properties @ 7193:7fabae60428b double-precision
Merged changes from default into double-precision branch.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 27 Sep 2013 17:36:50 +0200 |
parents | 5077fc1ace1c |
children |
line wrap: on
line diff
--- a/artifacts/src/main/resources/datacage-sql/org-h2-driver.properties Fri Sep 13 18:29:01 2013 +0200 +++ b/artifacts/src/main/resources/datacage-sql/org-h2-driver.properties Fri Sep 27 17:36:50 2013 +0200 @@ -17,7 +17,7 @@ insert.out = INSERT INTO outs (id, artifact_id, name, description, out_type) VALUES (?, ?, ?, ?, ?) facet.id.nextval = SELECT NEXTVAL('FACETS_ID_SEQ') insert.facet = INSERT INTO facets (id, out_id, name, num, state, description) VALUES (?, ?, ?, ?, ?, ?) -update.artifact.state = UPDATE artifacts SET state = ? WHERE gid = ? +update.artifact.state = UPDATE artifacts SET state = ? WHERE id = ? update.collection.name = UPDATE collections SET name = ? WHERE gid = ? delete.artifact.from.collection = DELETE FROM collection_items WHERE collection_id = ? AND artifact_id = ?