pyDAL v15.07 Release Notes

  • ๐Ÿš€ Released on July 10th 2015

    • โž• Added smart_query support for 'contains' on fields of type 'list:string'
    • Implemented correct escaping for 'LIKE' (see https://github.com/web2py/pydal/issues/212)
    • โž• Added support for ondelete with fields of type 'list:reference' on MongoDBAdapter
    • ๐Ÿ‘Œ Improved BasicStorage performance
    • โž• Added arithmetic expressions support on MongoDBAdapter
    • โž• Added aggregations support on MongoDBAdapter
    • Table.validate_and_insert and Table.validate_and_update methods now validates also empty fields
    • โž• Added support for expression operators on MongoDBAdapter
    • ๐Ÿ›  Several bugfixes