pounard / goat-query

Goat SQL query builder built over a PHP to SQL and SQL to PHP type converter
GNU General Public License v2.0
2 stars 0 forks source link

Force result to be freed after iteration is complete #27

Closed pounard closed 4 years ago

pounard commented 4 years ago

In 2.x only, force result to be freed when iteration reaches the end. This means that fetchColumn() and maybe a few other methods will not be callable anymore after that.