Martin Hujer wrote
> 
> Hi.
> 
> I think it is not possible yet. I've added an issue
> http://framework.zend.com/issues/browse/ZF2-263
> 
> You can use a workaround and insert the date directly
> (https://github.com/mhujer/zf2demo/blob/master/module/Blog/src/Blog/Model/Comments.php#L32)
> 
> 'added' => date('Y-m-d H:i:s'),
> 
Is there a way to add +1 expression?
for example:
'file_count' => new Expression('file_count+1'),

--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/ZF2-beta3-Zend-Db-Sql-Insert-new-Expression-now-tp4536197p4602292.html
Sent from the Zend Framework mailing list archive at Nabble.com.

-- 
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to