node:sqlite
implementation does not understand named parameters
#28134
Labels
node:sqlite
implementation does not understand named parameters
#28134
Version: Deno 2.1.10+56f67b5 (canary, release, x86_64-unknown-linux-gnu)
node:sqlite
implementation does not understand named parameters.If an option bag object is provided like so:
preparedstatement.all({param1: value1})
, Deno will treat the object like "first anonymous parameter", which then obviously results inUnsupported type
sinceObject
can not be bound as parameter value.Tested with an sqlite copy of the northwind sample db:
The text was updated successfully, but these errors were encountered: