We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c02d5 commit eb7340cCopy full SHA for eb7340c
test/sql/webxtension.test
@@ -7,17 +7,3 @@ statement error
7
SELECT webxtension('Sam');
8
----
9
Catalog Error: Scalar Function with name webxtension does not exist!
10
-
11
-# Require statement will ensure this test is run with this extension loaded
12
-require webxtension
13
14
-# Confirm the extension works
15
-query I
16
-SELECT webxtension('Sam');
17
-----
18
-Webxtension Sam 🐥
19
20
21
-SELECT webxtension_openssl_version('Michael') ILIKE 'Webxtension Michael, my linked OpenSSL version is OpenSSL%';
22
23
-true
0 commit comments