Skip to content

Comments

Use the 'sessionmaker' function as argument to 'scoped_session'.#148

Closed
malthe wants to merge 1 commit intopallets-eco:masterfrom
malthe:master
Closed

Use the 'sessionmaker' function as argument to 'scoped_session'.#148
malthe wants to merge 1 commit intopallets-eco:masterfrom
malthe:master

Conversation

@malthe
Copy link

@malthe malthe commented Aug 12, 2013

As a result, it's no longer possible to provide a session object, but rather a session class, as a means of using a custom implementation:

def create_session_factory(self, options):
      ...

This fixes issue #147.

Note that a similar patch is provided against the 1.0 release (see branch: 1.x).

… result, it's no longer possible to provide a session object, but rather a session class, as a means of using a custom implementation. This fixes issue pallets-eco#147.
@malthe
Copy link
Author

malthe commented Jul 22, 2014

Maintainer?

@immunda
Copy link
Contributor

immunda commented Dec 18, 2014

@malthe Can you bring this up to date and I'll be happy to review it.

opyate added a commit to opyate/flask-sqlalchemy that referenced this pull request Mar 19, 2015
@davidism davidism self-assigned this Dec 5, 2015
@davidism davidism closed this Dec 14, 2015
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants