summaryrefslogtreecommitdiffstats
path: root/test/expected/test_sql.sh_5fe26fe4fc22f23f8dbe3a6aab394602886f2971.err
blob: dfe4674da934be151cd8618c2f962796381a5eec (plain)
1
2
3
4
5
✘ 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