`Nette\InvalidArgumentException` Column operator does not accept array argument. ``` php $this->db->table('foo')->where('bar IN (?)', array(1, 2)); ``` This code in Nette 2.0.10 works.