pyDAL v15.05 Release Notes

  • ๐Ÿš€ Released on May 23rd 2015

    • ๐Ÿ›  Fixed True/False expressions in MSSQL
    • Introduced iterselect() and IterRows
    • ๐Ÿ‘ Extended SQLCustomType to support widget & represent attributes
    • โšก๏ธ Updated MongoDBAdapter to 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 rname attribute is intended to be used for anything else