Well, it might be a misconception on my part; however there's this in the mysql docs: https://dev.mysql.com/doc/refman/5.5/en/optimize-numeric.html
and there's this thread on stackoverflow: http://stackoverflow.com/questions/4918512/disadvantages-of-quoting-integers-in-a-mysql-query So the deal here (in my case): if I want to join on numeric columns (and that are datatyped as such in mysql), the conversion doesn't take that much time in small tables; however, in large ones, it will add up. It's just that I don't know the reasoning behind the omission of this feature going from Zf1 to Zf2. -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Pls-help-with-unwanted-quotes-in-db-queries-tp4659783p4659790.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
