Releases: web2py/pydal
Releases · web2py/pydal
pyDAL 16.11
November 2016 Release
- Avoid possible memory leaks on DAL instance deletion
pyDAL 16.09
September 2016 release
- [MongoDB] Enabled query(field==list:reference)
- [PostgreSQL] Several bugfixes
- Improved portalocker behaviour on py3
pyDAL 16.08
August 2016 release
- Various bugfixes
pyDAL 16.07
July 2016 release
- Introduced
Rows.join
method - Minor bugfixes
pyDAL 16.06.28
Bugfix release
Changes since 16.06.20:
- Fixed bugs on MSSQL and Postgre adapters introduced with 16.06
- Improved parsing performance
pyDAL 16.06.20
Bugfix release
Changes since 16.06.09:
- Fixed bugs introduced with 16.06
pyDAL 16.06.09
Bugfix release
Changes since 16.06:
- Fixed boolean parsing errors on Postgre introduced with 16.06
- Fixed connection issues on multiprocessing environments with pre-fork
- Added 'postgres3' adapter to use driver 'boolean' type on fields
pyDAL 16.06
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
asNone
instead of a fakeObjectId(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
pyDAL 16.03
March 2016 Release
- Implemented faster SQLite logic in absence of db queris
- PEP8 improvements
- Added support for new relic (newrelic>=2.10.0.8)
- Added support for outerscoped tablenames
- Fixed Google Cloud SQL support
- Fixed Oracle DB support
- Serveral bugfixes
pyDAL 15.12
December 2015 Release
- Added IPV6 address enclosed in brackets support for URI's host
- [MongoDB] Implemented unique and notnull support for fields during insert
- Several bugfixes