All Versions
11
Latest Version
Avg Release Cycle
267 days
Latest Release
2241 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.3.0 Changes
December 14, 2016- 📚 Documentation moved to idiorm.rtfd.org and now built using Sphinx
- âž• Add support for multiple database connections - closes issue #15 [tag]
- âž• Add in raw_execute - closes issue #40 [tag]
- Add
get_last_statement()- closes issue #84 [tag] - âž• Add HAVING clause functionality - closes issue #50
- âž• Add
is_newmethod - closes issue #85 - âž• Add
ArrayAccesssupport 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
ROWSandTOresult 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 thenfind_many()[fayland] - issue #97 - 🔄 Change Composer to use a classmap so that autoloading is better supported [javierd] - issue #96
- âž• Add query logging to
delete_many[tag] - 🛠Fix when using
set_expralone it doesn't trigger query creation - closes issue #90 - Escape quote symbols in "_quote_identifier_part" - close issue #74
- 🛠Fix issue with aggregate functions always returning
intwhen isfloatsometimes required - closes issue #92 - 🚚 Move testing into PHPUnit to unify method testing and query generation testing