fix bug in db docs intro
closes PR 12743
This commit is contained in:
parent
902ba68dfb
commit
aa0d8aaa33
|
@ -165,7 +165,7 @@ times with different parameter values.
|
|||
(void)]
|
||||
[(query-list pgc get-less-than-pst 1)
|
||||
(list 0)]
|
||||
[(query-list pgc (bind-prepared-statement get-less-than-pst 2))
|
||||
[(query-list pgc (bind-prepared-statement get-less-than-pst '(2)))
|
||||
(list 0 1)]
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user