zend framework 1
When using the built-in zend db to connect to mysql for query, the results will become less or disappear. Has anyone encountered this situation?
I searched for a long time and couldn’t find the reason.
I tested it with two SQLs;
The first client query has three pieces of data, but zend db found only two pieces.
The second client query has six pieces of data, but zend db found that there is no one, and it is an empty array.
I have been depressed for a long time.
I tested it with native PDO later, and it was correct, consistent with the client query results.
What kind of bug is this?
zend framework 1
When using the built-in zend db to connect to mysql for query, the results will become less or disappear. Has anyone encountered this situation?
I searched for a long time and couldn’t find the reason.
I tested it with two SQLs;
The first client query has three pieces of data, but zend db found only two pieces.
The second client query has six pieces of data, but zend db found that there is no one, and it is an empty array.
I have been depressed for a long time.
I tested it with native PDO later, and it was correct, consistent with the client query results.
What kind of bug is this?
Post your code first~