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
$category->categories_description()[0]->update(array( 'categories_name' => $json->name ));
with composite primary keys(categories_id, language_id) cannot be updated
Undefined index: categories_description_id
The text was updated successfully, but these errors were encountered:
I've documented it at http://www.notorm.com/#faq.
Sorry, something went wrong.
Does NotORM support multi-column primary keys? Yes. [...] doesn't support updating rows based on multi-column primary key.
It's confiusing. So, it supports querying but not updating? If so, then the "Yes" may be misleading.
No branches or pull requests
$category->categories_description()[0]->update(array(
'categories_name' => $json->name
));
with composite primary keys(categories_id, language_id) cannot be updated
Undefined index: categories_description_id
The text was updated successfully, but these errors were encountered: