You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2022. It is now read-only.
'2015-12-08 21:28:56 Error: [PDOException] SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1'
If i comment ligne 128, it's work. The condition is empty
$data->andWhere(['or' => $this->config('conditionsOr')]);
And the method find() is changed, must be added $finder in second argument
public function find($tableName, $finder = 'all', array $options = [])
The documentation is outdated
There is a bug
'2015-12-08 21:28:56 Error: [PDOException] SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1'
If i comment ligne 128, it's work. The condition is empty
$data->andWhere(['or' => $this->config('conditionsOr')]);
And the method find() is changed, must be added $finder in second argument
public function find($tableName, $finder = 'all', array $options = [])
The documentation is outdated
Thanks !