Kohana orm with() Database_Exception syntax error

JSergRu

..ιilliιlιiιliιllilιι..
PHP:
ORM::factory('DB_Link')
	->with('product')
	->find_all();
Получаю ошибку
Database_Exception [ HY000 ]: SQLSTATE[HY000]: General error: 17 near ":id_product": syntax error [ SELECT product.id_product AS product:id_product,...
Откуда тут синтаксическая ошибка?
 
Сверху