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
Situation: An array-based countries table with no record with country_iso_3_code being empty.
$result = $countryModel->find('list', array( 'conditions' => array('country_iso_3_code' => ''), ) );
Expected $result to be empty, but it holds all entries of the table.
The following line is probably the culprint:
datasources/Model/Datasource/ArraySource.php
Line 253 in 47c4672
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Situation: An array-based countries table with no record with country_iso_3_code being empty.
Expected $result to be empty, but it holds all entries of the table.
The following line is probably the culprint:
datasources/Model/Datasource/ArraySource.php
Line 253 in 47c4672
The text was updated successfully, but these errors were encountered: