Fixed
- Fixed backwards compatibility issue in KnockoffContainer with sqlalchemy breaking change for create_engine's
positional arg changing into a kwarg, url.
- Fixed by [Gregory Yu](https://github.com/gregyu) in Pull Request [#7](https://github.com/Nike-Inc/knockoff-factory/pull/7)
- Fix KnockoffDB class so that it actually skips inserts where insert=False for a node
- Fixed by [Gregory Yu](https://github.com/gregyu) in Pull Request [#7](https://github.com/Nike-Inc/knockoff-factory/pull/7)
- Fix KnockoffTableFactory so that if you pass next_strategy_factory it won't complain about also providing next_strategy_callable
- Fixed by [Gregory Yu](https://github.com/gregyu) in Pull Request [#7](https://github.com/Nike-Inc/knockoff-factory/pull/7)
---