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 3e99879 commit af3f128Copy full SHA for af3f128
examples/official-site/functions.sql
@@ -1,7 +1,3 @@
1
-SELECT 'authentication' AS component,
2
- sqlpage.basic_auth_password() AS password,
3
- '$argon2id$v=19$m=16,t=2,p=1$TERTd0lIcUpraWFTcmRQYw$+bjtag7Xjb6p1dsuYOkngw' AS password_hash;
4
-
5
select 'dynamic' as component, properties FROM example WHERE component = 'shell' LIMIT 1;
6
7
select 'text' as component, 'SQLPage built-in functions' as title;
0 commit comments