catfan / Medoo

The lightweight PHP database framework to accelerate the development.
https://medoo.in
MIT License
4.83k stars 1.15k forks source link

Whether the Medoo::raw method can provide no key values #867

Closed duxphp closed 3 years ago

duxphp commented 5 years ago

Currently, the method query field needs to a key, but some usage methods and complex queries require AS aliases themselves. Can you not force the key?

catfan commented 3 years ago

I don't understand this. The $map for query() is optional.