From 3d772413a194c5b33d4202285d46b285920c475b Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 7 Dec 2011 19:08:06 +0100 Subject: modified sql statements to work with postgresql --- sql/perm_update_get_groups.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/perm_update_get_groups.sql') diff --git a/sql/perm_update_get_groups.sql b/sql/perm_update_get_groups.sql index e3c96a8..5edfc0a 100644 --- a/sql/perm_update_get_groups.sql +++ b/sql/perm_update_get_groups.sql @@ -1 +1 @@ -select * from :table: where perm_id = "i_group_auto_update_type" and perm_value = :permvalue: \ No newline at end of file +select * from :table: where perm_id = 'i_group_auto_update_type' and perm_value = :permvalue: \ No newline at end of file -- cgit v1.2.3