cycle / database

Database Abstraction Layer, Schema Introspection, Schema Generation, Query Builders
MIT License
53 stars 22 forks source link

Fix example in PHPDoc for `InsertQuery::values()` #112

Closed arogachev closed 1 year ago

arogachev commented 1 year ago

This no longer works. Is there any alternative with rowsets in form of associative arrays?

arogachev commented 1 year ago

To be exact, it works, but columns need to be explicitly specified.

roxblnfk commented 1 year ago

Thanks. The behavior will be fixed with #120