Skip to content

Releases: web2py/pydal

v20200321.1

21 Mar 18:13
Compare
Choose a tag to compare
updated tag

PyDAL 19.04

08 Apr 04:22
Compare
Choose a tag to compare
fixed indentation issue

PyDAL 19.02

24 Feb 05:40
Compare
Choose a tag to compare
v19.02

raise StopIteration needed in __next__

PyDAL 18.09

06 Oct 18:33
Compare
Choose a tag to compare
v18.09

many improvements in matching postgres uri string, thanks Paolo Pastori

pyDAL 18.08

06 Aug 00:55
Compare
Choose a tag to compare

Many bug fixes and better python 3 support

pyDAL 17.11

13 Nov 10:41
Compare
Choose a tag to compare

November 2017 release

  • Various bugfixes

pyDAL 17.08

28 Aug 22:58
Compare
Choose a tag to compare

August 2017 release

  • Various bugfixes

pyDAL 17.07

04 Jul 13:36
Compare
Choose a tag to compare

July 2017 release

  • Various bugfixes
  • Field.set_attributes now returns the instance
  • [PostgreSQL] Added jsonb type and serialization/parsing support
  • Added unix socket support in MySQL and PostgreSQL adapters
  • [GCP] Added MySQL and PostgreSQL support

pyDAL 17.03

09 Mar 14:30
Compare
Choose a tag to compare

March 2017 release

  • Various bugfixes
  • Re-introduced some backward compatibilities dropped with 17.01
  • Added python 3.6 support

pyDAL 17.01

31 Jan 22:33
Compare
Choose a tag to compare

January 2017 release

  • Several bugfixes
  • Introduced "joinable" sub-selects
  • Values are now kept between callbacks