Skip to content

move sql.operators functions into a module to allow pickling #735

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

Closed
sqlalchemy-bot opened this issue Aug 14, 2007 · 2 comments
Closed

move sql.operators functions into a module to allow pickling #735

sqlalchemy-bot opened this issue Aug 14, 2007 · 2 comments
Labels
bug Something isn't working high priority sql
Milestone

Comments

@sqlalchemy-bot
Copy link
Collaborator

Migrated issue, originally created by Michael Bayer (@zzzeek)

pickling just broke because of static methods like like_op being attached to a class. make a new module "operators" in both sqlalchemy and sqlalchemy.orm where the actual op functions go.

@sqlalchemy-bot
Copy link
Collaborator Author

Michael Bayer (@zzzeek) wrote:

8203465

@sqlalchemy-bot
Copy link
Collaborator Author

Changes by Michael Bayer (@zzzeek):

  • changed status to closed

@sqlalchemy-bot sqlalchemy-bot added high priority bug Something isn't working sql labels Nov 27, 2018
@sqlalchemy-bot sqlalchemy-bot added this to the 0.4.0 milestone Nov 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high priority sql
Projects
None yet
Development

No branches or pull requests

1 participant