Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
3.4.1
-
None
Description
see https://github.com/mariadb-corporation/mariadb-connector-nodejs/issues/311
sing a named placeholder more than once causes a placeholder not defined error.
e.g.
select eventId
|
from events
|
where startDate >= :myDate
|
and endDate <= :myDate
|
|
This issue comes with commit 8942a99 from 3.4.1, permitting placeholder
Attachments
Issue Links
- relates to
-
CONJS-313 permit using question mark parameters even when using namedPlaceholders option
-
- Closed
-