Skip to content

Allow binding arrays for IN() clauses #17

@tomwalder

Description

@tomwalder

This is likely to be a self-implemented implode() with escape() calls

Possible usages:

  • $stmt->bindArray('ids', array(1, 2, 3));
  • $stmt->bindIntArray('ids', array(1, 2, 3));
  • $stmt->bindStringArray('ids', array('one', 'two', 'three'));

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions