We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aadd726 commit 9666dd7Copy full SHA for 9666dd7
nix/tests/expected/pgsql-http.out
@@ -0,0 +1,14 @@
1
+select
2
+ urlencode('my special string''s & things?');
3
+ urlencode
4
+-------------------------------------
5
+ my+special+string%27s+%26+things%3F
6
+(1 row)
7
+
8
9
+ content
10
+from
11
+ http_get (
12
+ 'https://postman-echo.com/get?foo1=bar1&foo2=bar2'
13
+ );
14
+ERROR: OpenSSL/3.0.13: error:16000069:STORE routines::unregistered scheme
nix/tests/sql/pgsql-http.sql
@@ -0,0 +1,9 @@
0 commit comments