Atlas.Orm v3.1.0 Release Notes

Release Date: 2018-08-08 // over 5 years ago

    ➕ Added methods Atlas::logQueries() and Atlas::getQueries(), to expose
    🌲 the query logging functionality of the ConnectionLocator.

    ⚡️ Updated docs and tests


Previous changes from v3.0.0

    ➕ Added methods Atlas::newRecords() and Atlas::persistRecords()

    For consistency with other methods, Atlas::persistRecordSet() now returns
    void, and no longer detaches deleted records

    ⚡️ Updated docs