Releases: web2py/pydal
Releases · web2py/pydal
pyDAL 15.09
2015 September release
- [MongoDB] Implemented
orderby_on_limitby - [MongoDB] Implemented
distinctfor count - [MongoDB] Implemented
select()withhavingparameter - [MongoDB] Implemented coalesce operations
- Virtual fields are now ordered depending on definition
- Allow usage of custom
Rowclasses - Added
.wheremethod toSetandDAL - Several bugfixes
pyDAL 15.07
2015 July release
- Added
smart_querysupport for 'contains' on fields of type 'list:string' - Implemented correct escaping for 'LIKE'
(see #212) - Added support for
ondeletewith fields of type 'list:reference' on
MongoDBAdapter - Improved
BasicStorageperformance - Added arithmetic expressions support on
MongoDBAdapter - Added aggregations support on
MongoDBAdapter Table.validate_and_insertandTable.validate_and_updatemethods now
validates also empty fields- Added support for expression operators on
MongoDBAdapter - Several bugfixes
pyDAL 15.05.29
Bugfix release
Changes since v15.05.26:
- Fixed a unicode error with
PostgreSQLAdapterintroduced with 15.05
pyDAL 15.05.26
Bugfix release
Changes since 15.05:
- Fixed
DAL.__getattr__ - Fixed backward compatibility breaks introduced with 15.05
pyDAL 15.05
2015 May release
- Fixed True/False expressions in MSSQL
- Introduced
iterselect()andIterRows - Extended
SQLCustomTypeto supportwidget&representattributes - Updated
MongoDBAdapterto support pymongo 3.0 - Implemented JSON serialization for objects
- Refactored many internal objects to improve performance
- Added python 3.x support (experimental)
- Several fixes and improvements to
MongoDBAdapter - Implemented unicode handling in MSSQL (experimental) via mssql4n and mssql3n
adapters
Notes: These adapters will probably become the de-facto standard for MSSQL handling; any other adapter will continue to be supported just for legacy databases - Restricted table and field names to "valid" ones
Notes: the "dotted-notation-friendly" syntax for names means anything:
- alphanumeric
- not starting with underscore or an integer
rnameattribute is intended to be used for anything else
pyDAL 15.03
2015 March release
- Fixed
redefinewith lazy tables - Added tests for
update_or_insert,bulk_insert,
validate_and_update_or_insert - Enhanced connections open/close flow
- Enhanced logging flow
- Refactored google adapters:
ndbis now used by default - Added default representation for
referencefields - Fixed some caching issues when using
pickle - Several improvements and fixes in
MongoDBAdapter
pyDAL 15.02.27
Bugfix release
- Fixed a connection bug
- Fixed a security flaw which could lead to db password storing in cache
pyDAL 15.02
2015 February release
- Updated pg8000 support in
PostgreSQLAdapter - Fixed
ilikeforFieldtype 'list:string' inPostgreSQLAdapter - Added case sensitive/insensitive tests for
contains - Fixed expression evaluation on
PostgreSQLAdapter - Fixed
common_filterissue in_enable_record_versioning - Removed contrib drivers
- Fixed
uuidattribute ofDALclass - Added caching tests
pyDAL 0.12.25
A christmas developer preview