Skip to content

Commit ad86ac0

Browse files
committed
docs: deprecate BaseConnection::$strictOn
This property is only for MySQL, and there does not appear to be any other databases that will require this property in the future. So it should be in MySQLi\Connection.
1 parent 9e07476 commit ad86ac0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

system/Database/BaseConnection.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,9 @@ abstract class BaseConnection implements ConnectionInterface
181181
*
182182
* Whether we're running in strict SQL mode.
183183
*
184-
* @var bool
184+
* @var bool|null
185+
*
186+
* @deprecated 4.5.0 Will move to MySQLi\Connection.
185187
*/
186188
protected $strictOn;
187189

0 commit comments

Comments
 (0)