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
i have a situation where to find max slug
$max_slug = $db->manufacturers()->select('manufacturers_slug slug')->union($db->categories()->select('categories_description:categories_slug slug'))->max('slug');
seem notorm cannot handle this can you add an api to execute plain query? do you plan to do that?
The text was updated successfully, but these errors were encountered:
No, I don't plan to add an API to execute plain query. This seems like easily solvable by two queries.
Jakub
On 03/03/2014 10:45 PM, softwarevamp wrote:
i have a situation where to find max slug |$max_slug = $db->manufacturers()->select('manufacturers_slug slug')->union($db->categories()->select('categories_description:categories_slug slug'))->max('slug'); | seem notorm cannot handle this can you add an api to execute plain query? do you plan to do that? — Reply to this email directly or view it on GitHub #79.
|$max_slug = $db->manufacturers()->select('manufacturers_slug slug')->union($db->categories()->select('categories_description:categories_slug slug'))->max('slug'); |
— Reply to this email directly or view it on GitHub #79.
Sorry, something went wrong.
No branches or pull requests
i have a situation where to find max slug
seem notorm cannot handle this
can you add an api to execute plain query? do you plan to do that?
The text was updated successfully, but these errors were encountered: