- Added helpers for filtering columns with Python or database side defaults.
0.0.6
- Implement UUID type without as_type configuration option - Postgres server side UUID generation for random and sequenced UUID's - small cleanups and test fixes.
0.0.5
- Integrate functionality for schema ddl statements and testing fixtures from postpy - Add alchemy.schema utility specification - incorporate code coverage with travis
0.0.4
- Test fixture now only configurable through env variables.
0.0.3
Moved test fixtures to main package for reuse in other package test suites.