summaryrefslogtreecommitdiffstats
path: root/test/expected/test_sql.sh_dd540973a0dc86320d84706845a15608196ae5be.err
blob: c7ee159c5cccebd8c44bdab7d69f9ba7a9f2d223 (plain)
1
2
3
4
5
6
7
8
9
10
✘ error: call to raise_error(msg) failed
 reason: oops!
 --> command-option:2
 | ;SELECT $inum, $nul, $fnum, $str, raise_error('oops!')
 = note: the bound parameters are set as follows:
           $fnum:FLOAT = “2”
           $inum:INTEGER = “1”
           $nul:NULL = “<NULL>”
           $str:TEXT = “abc”