Refactoring. Add SqlResultProvider. Add TODO in SqlDbDriver.whereExpr().

This commit is contained in:
2013-09-19 10:05:00 +04:00
parent 2cb56ad228
commit ab01d0a41f
4 changed files with 140 additions and 204 deletions

View File

@ -127,6 +127,7 @@ abstract class SqlDbDriver extends DbDriver
/**
* @param mixed $where
* @return string
* TODO: Если cond Это int и term Это тоже int - кидать Exception (иначе эта ошибка повлечет обновление всех записей в таблице
*/
protected function whereExpr($where)
{