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 (July 01, 2010 20:02:04)
When i use the ç in text filter, return this error:
Message: SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (latin1_general_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'like' #4 C:\Projetos\open\Aprovesc\financeiro\library\Bvb\Grid\Source\Zend\Select.php(251): Zend_Db_Select->query(2) #5 C:\Projetos\open\Aprovesc\financeiro\library\Bvb\Grid.php(2325): Bvb_Grid_Source_Zend_Select->execute() #6 C:\Projetos\open\Aprovesc\financeiro\library\Bvb\Grid\Deploy\Table.php(1595): Bvb_Grid->deploy()
Original issue: http://code.google.com/p/zfdatagrid/issues/detail?id=364
The text was updated successfully, but these errors were encountered:
From bento.vi...@gmail.com on July 04, 2010 15:34:32 HI, This is not related with ZFDatagrid.
It seams that your are using different collations in your tables.
Also don't forget to set the same encoding in your grid (may be the problem).
$view = new Zend_View(); $view->setEncoding('ISO-8859-1'); $grid->setView($view);
Best Regards, Bento Vilas Boas
Sorry, something went wrong.
From tho...@valepizza.com on July 05, 2010 17:47:14 yes..
i replace the URF-8 project files to ISO-8859-1.. and set ISO-8859-1 view encoding. the same charset as the database... now works!
No branches or pull requests
Original author: tho...@valepizza.com (July 01, 2010 20:02:04)
When i use the ç in text filter, return this error:
Message: SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (latin1_general_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'like'
#4 C:\Projetos\open\Aprovesc\financeiro\library\Bvb\Grid\Source\Zend\Select.php(251): Zend_Db_Select->query(2)
#5 C:\Projetos\open\Aprovesc\financeiro\library\Bvb\Grid.php(2325): Bvb_Grid_Source_Zend_Select->execute()
#6 C:\Projetos\open\Aprovesc\financeiro\library\Bvb\Grid\Deploy\Table.php(1595): Bvb_Grid->deploy()
Original issue: http://code.google.com/p/zfdatagrid/issues/detail?id=364
The text was updated successfully, but these errors were encountered: