We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Original author: tho...@valepizza.com (June 17, 2010 16:44:20)
When i use: $select = $cr->select()->from(array('conta_receber'), array('sha1_id_conta_receber' => 'sha1(id_conta_receber)','*'))
Return this error: Message: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'conta_receber.sha1_id_conta_receber' in 'field list'
This occurred in the last revision
Original issue: http://code.google.com/p/zfdatagrid/issues/detail?id=338
The text was updated successfully, but these errors were encountered:
From tho...@valepizza.com on June 17, 2010 16:46:47 #4 /var/www/lib/Bvb/Grid/Source/Zend/Select.php(252): Zend_Db_Select->query(2) #5 /var/www/lib/Bvb/Grid.php(2316): Bvb_Grid_Source_Zend_Select->execute() #6 /var/www/lib/Bvb/Grid/Deploy/Table.php(1609): Bvb_Grid->deploy()
Sorry, something went wrong.
From bento.vi...@gmail.com on June 17, 2010 17:17:16 Hi Thomas,
Thanks for the report.
Fixed and committed.
Best Regards, Bento Vilas Boas
No branches or pull requests
Original author: tho...@valepizza.com (June 17, 2010 16:44:20)
When i use:
$select = $cr->select()->from(array('conta_receber'),
array('sha1_id_conta_receber' => 'sha1(id_conta_receber)','*'))
Return this error:
Message: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'conta_receber.sha1_id_conta_receber' in 'field list'
This occurred in the last revision
Original issue: http://code.google.com/p/zfdatagrid/issues/detail?id=338
The text was updated successfully, but these errors were encountered: