Skip to content

pyDAL 16.06

Compare
Choose a tag to compare
@gi0baro gi0baro released this 06 Jun 12:17
· 516 commits to master since this release

June 2016 release

  • 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
  • Enabled entity quoting as default behavior
  • Added indexes creation and drop support on SQL adapters
  • Several bugfixes