lnav/test/expected/test_sql.sh_5fe26fe4fc22f23...

492 B

✘ error: invalid SQL statement
reason: using a question-mark (?) for bound variables is not supported, only named bound parameters are supported
--> command-option:1
| ;SELECT 1 = ?
= help: named parameters start with a dollar-sign ($) or colon (:) followed by the variable name