Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Actually, batch can either set bulk at the connection level, and cannot be disabled for a specific batch. This task is to permit using command like :
await conn.batch({ bulk: false, sql: 'INSERT INTO TABLE VALUES (?,?)' }, [ |
[1, 'john'], |
[2, 'jack'] |
]);
|
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Component/s | batch [ 16503 ] | |
Fix Version/s | 3.2.3 [ 29508 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |