Skip to content

Commit f4eacde

Browse files
committed
Merge remote-tracking branch 'origin/main' into pr/djyotta/311
2 parents bd2ec28 + 987a322 commit f4eacde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- the syntax $x::int is supported only in PostgreSQL
22
-- but for consistency with other databases, sqlpage supports this syntax everywher ()
33
SELECT 'text' as component,
4-
case $x::int + 1
4+
case $x::integer + 1
55
when 2 then 'It works !'
66
else 'Error !'
77
end as contents;

0 commit comments

Comments
 (0)