catfan / Medoo

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

v1.7 get method bug error #850

Closed webgoto closed 5 years ago

webgoto commented 5 years ago

in Medoo.php public function get

1579: $this->dataMap($data[ 0 ], $columns, $column_map, $result, true);

Required parameter missing

catfan commented 5 years ago

Thank, this fixed on b2d8327f5fe800b9646f683dfc7a1d6b496a370f in emergency.

webgoto commented 5 years ago

Thank you for your quick response. However, is this bug different from #851?

catfan commented 5 years ago

@webgoto Sorry for the inconvenience, this is another problem. Will fix it soon. This is really embarrassing for the new release.

webgoto commented 5 years ago

Not at all. Thank you for developing and updating this very useful library.