- Fix collections import for Python 3.10
- Support query multiple primary keys
- Be able to provide mapper_factory to
OMQuery
[vangheem]
- Fix bug with om.delete an inherited objects
- Fix boolean expr on adding prods. Allowing to add values with 0
- Small fix when checking none on json fields arrays
- Added Column default and onupdate on update and add (only for scalar values and callables)
- Added small proxy prop on OMDatabaes, to raw asyncpg connection
- Yaml data importer
- Support adding basic inherited models
- query should be an async iterator
- Load inherited models.
- query(Object).get should return None if not found
- Fixes and improvements. Lay out basic API
- First release on PyPI.