You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ArrayAccess support to the model instances allowing property access via $model['field'] as well as $model->field - issue #51
Add a result set object for collections of models that can support method chains to filter or apply actions to multiple results at once - issue #51 and #22
Add support for Firebird with ROWS and TO result set limiting and identifier quoting [mapner] - issue #98
Fix last insert ID for PostgreSQL using RETURNING - closes issues #62 and #89 [laacz]
Reset Idiorm after performing a query to allow for calling count() and then find_many() [fayland] - issue #97
Change Composer to use a classmap so that autoloading is better supported [javierd] - issue #96