Skip to content

Releases: web2py/pydal

pyDAL 16.11

10 Nov 18:13
Compare
Choose a tag to compare

November 2016 Release

  • Avoid possible memory leaks on DAL instance deletion

pyDAL 16.09

28 Sep 11:04
Compare
Choose a tag to compare

September 2016 release

  • [MongoDB] Enabled query(field==list:reference)
  • [PostgreSQL] Several bugfixes
  • Improved portalocker behaviour on py3

pyDAL 16.08

13 Aug 13:30
Compare
Choose a tag to compare

August 2016 release

  • Various bugfixes

pyDAL 16.07

25 Jul 23:12
Compare
Choose a tag to compare

July 2016 release

  • Introduced Rows.join method
  • Minor bugfixes

pyDAL 16.06.28

28 Jun 12:39
Compare
Choose a tag to compare

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

20 Jun 10:07
Compare
Choose a tag to compare

Bugfix release

Changes since 16.06.09:

  • Fixed bugs introduced with 16.06

pyDAL 16.06.09

09 Jun 14:19
Compare
Choose a tag to compare

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

06 Jun 12:17
Compare
Choose a tag to compare

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

pyDAL 16.03

23 Mar 23:32
Compare
Choose a tag to compare

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

16 Dec 20:51
Compare
Choose a tag to compare

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