mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 11:17:46 +00:00
Fix SQL query IMMUTABLE STRICT
This commit is contained in:
@@ -313,5 +313,4 @@ CREATE OR REPLACE FUNCTION urlencode_py_fn(uri text) RETURNS text
|
|||||||
AS $urlencode_py$
|
AS $urlencode_py$
|
||||||
import urllib.parse
|
import urllib.parse
|
||||||
return urllib.parse.quote(uri, safe="");
|
return urllib.parse.quote(uri, safe="");
|
||||||
$urlencode_py$ LANGUAGE plpython3u;
|
$urlencode_py$ LANGUAGE plpython3u IMMUTABLE STRICT;
|
||||||
IMMUTABLE STRICT;
|
|
||||||
|
Reference in New Issue
Block a user