Yurii Ishchenko

Results 6 issues of Yurii Ishchenko

I don't see roadmap/todo file in repositories. As I understand currently you only make bugfixes and code is frozen until 2.0 stable. Could you please create resource/codument with description of...

bug

Hi there I have geometry field, i.e. ->addField('location', 'public.geometry') and I want to make converting from text to geometry type on insert/update (but question is in general. this concrete situation...

enhancement

Hi there Is there model state and is it possible to add custom code on state change (something like http://doctrine-orm.readthedocs.org/en/latest/reference/events.html#lifecycle-events)? I made research through the code and I have feeling...

Request For Comments

Привет Прочитал статью на http://habrahabr.ru/company/zpayment/blog/150015/? К чему выкладывать ссылку на код? Описал бы принципы и на этом закончили. Очень много статических вызовов, очень мало интерфейсов, работа с простыми Exception, по...

If we create schema with name "user" cli generator should create relations with escaped schema name as it's reserved word. E.g. AutoStructure/Table.php should contains ->setRelation('"user".table') instead of ->setRelation('user.table')

bug

Could you please make changes to code and update composer package according to https://github.com/fabpot/Silex/issues/333