WARrior-Alex
WARrior-Alex
The column class annotation works good. But there is still problem with source annotation. Steps to reproduce: **Model** ``` php /** * Test * * ... * @GRID\Source(columns="id, ", groups="custom_group")...
So, can you add and commit changes above and decline my PR (as it was merged manually)?
Sorry, but still cannot see fix for source annotation, discussed in [comment](#issuecomment-34953501)
I see you forget about this fix again
Hi, Viacheslav. I tried that example without `save` call (like some ORM does) and it works and updates object well. So, I think you should decide what to do in...
Hi again. Just tried the latest version of master. Found, that both ``` cpp Client client(session, id); client.name = new_name; client.save(session); session.commit(); ``` and ``` cpp Client client(session, id); client.name...