blob: 055bbad76d6c76de3bcaf0a4fd6e0c1a754adf03 [file] [log] [blame]
-- This file is automatically generated. You should know what you did if you want to edit this
-- !select_nullable_true_normal --
20
-- !select_nullable_true_null --
\N
-- !select_nullable_true_negative --
\N
-- !select_nullable_false_normal --
20
-- !select_nullable_false_null --
0
-- !select_nullable_false_returns_none_normal --
20
-- !select_table_nullable_true --
1 10 20
2 \N \N
3 -5 \N
4 0 0
5 100 200
-- !select_table_nullable_false --
1 10 20
2 \N 0
3 -5 -10
4 0 0
5 100 200
-- !select_string_nullable --
HELLO
-- !select_string_nullable_null --
\N
-- !select_string_nullable_empty --
\N