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 b7d6966 commit 98199beCopy full SHA for 98199be
examples/official-site/sqlpage/migrations/08_functions.sql
@@ -264,7 +264,7 @@ INSERT INTO sqlpage_functions (
264
"description_md"
265
)
266
VALUES (
267
- 'enviroment_variable',
+ 'environment_variable',
268
'0.11.0',
269
'variable',
270
'Returns the value of the given [environment variable](https://en.wikipedia.org/wiki/Environment_variable).
@@ -285,7 +285,7 @@ INSERT INTO sqlpage_function_parameters (
285
"type"
286
287
288
289
1,
290
'name',
291
'The name of the environment variable to read. Must be a literal string.',
0 commit comments