pyDAL v16.06 Release Notes

  • ๐Ÿš€ Released on June 6th 2016

    • ๐Ÿ”จ Major refactoring of the codebase
    • ๐Ÿ‘Œ Improved Postgre adapter performance
    • ๐Ÿ›  [MSSQL] Fixed sql generation with orderby on MSSQL3 adapters
    • Connection and cursors are now thread safe
    • ๐Ÿ“œ [Mongo] Empty values for ObjectId fields are now stored and parsed as None instead of a fake ObjectId(0)
    • ๐Ÿ›  Fixed multiple calls of initialization callbacks during connection
    • [Postgre] Added more extraction helpers on fields
    • 0๏ธโƒฃ Enabled entity quoting as default behavior
    • โž• Added indexes creation and drop support on SQL adapters
    • ๐Ÿ›  Several bugfixes