Alex Bowers
Alex Bowers
Currently this isn't possible no. I'd accept a PR that adds support for this, assuming its backwards compatible.
Yeah i imagined that would be the answer. Do you have any details on what the limitations of Noria are in terms of MySQL compatibility? The docs currently mention "MariaDB...
Thanks for the replies. Could something like a passthru be setup so that any queries not understood by the Noria database get passed through to a "normal" mysql backend for...
It's also a complex question. it depends on why you starred something. It could be because you want to learn / see examples of that language, it could be because...
Can some way of defining specific labels from nodes to be put onto the aggregate metrics so that for example, you can aggregate by environment be considered? As it stands,...
Elastic Search has support now for an SQL syntax https://www.elastic.co/products/stack/elasticsearch-sql Unsure if that would help push it along for Elastic.
Having the same issue here too on build 3.7.1
If you need this on your own projects, you can do it yourself. Create a class in your own project, i've called mine `MySqlOverride`. ```php
Why not send a PR in?
What would be the API change for somebody to bulk queue jobs? Currently you dispatch jobs based on either `dispatch(new JobName)` or `JobName::dispatch`. What is the proposed change to send...