Skip to content

Commit

Permalink
dbmanager versioning: use lower case 'sql' language (fixes #9434)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 18, 2014
1 parent 266c592 commit 5cd53dd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -199,7 +199,7 @@ def sql_functions(self):
SELECT %(cols)s FROM %(schematable)s WHERE
( SELECT CASE WHEN %(end)s IS NULL THEN (%(start)s <= $1) ELSE (%(start)s <= $1 AND %(end)s > $1) END );
$$
LANGUAGE 'SQL';
LANGUAGE 'sql';
CREATE OR REPLACE FUNCTION %(func_update)s()
RETURNS TRIGGER AS
Expand Down

0 comments on commit 5cd53dd

Please sign in to comment.