Releases: web2py/pydal
Releases · web2py/pydal
v20200321.1
updated tag
PyDAL 19.04
fixed indentation issue
PyDAL 19.02
v19.02 raise StopIteration needed in __next__
PyDAL 18.09
v18.09 many improvements in matching postgres uri string, thanks Paolo Pastori
pyDAL 18.08
Many bug fixes and better python 3 support
pyDAL 17.11
November 2017 release
- Various bugfixes
pyDAL 17.08
August 2017 release
- Various bugfixes
pyDAL 17.07
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
March 2017 release
- Various bugfixes
- Re-introduced some backward compatibilities dropped with 17.01
- Added python 3.6 support
pyDAL 17.01
January 2017 release
- Several bugfixes
- Introduced "joinable" sub-selects
- Values are now kept between callbacks