DatabaseStatement::execute now returns $this instead of bool
Pre-release
Pre-release
- DatabaseStatement::execute now returns $this instead of bool. If the result of PDOStatement::execute is != true, DatabaseStatement::execute throws an exception from now on