'from' => 'account', 'where' => 'id=1', ) );
Nie zwraca błędu, a już:
'from' => 'account', 'where' => 'login=teez', ) );
Zwraca Error: 1054 - Unknown column 'teez' in 'where clause', mimo że ta tabela istnieje, to konto również..
'from' => 'account', 'where' => 'id=1', ) );
'from' => 'account', 'where' => 'login=teez', ) );