Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for sqlalchemy >= 0.8 #1

Closed
wants to merge 5 commits into from
Closed

Conversation

mikedougherty
Copy link

  • Catch import error for scoped_session / ScopedSession
  • also init using_table_options sooner to allow multi-level class hierarchy to build up the options for the class(es)

Review on Reviewable

Mike Dougherty added 5 commits March 25, 2014 19:06
This allows base classes to use using_table_options which will stack with subclass calls. Previously this would fail with an attribute error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant