move sql.operators functions into a module to allow pickling

Issue #735 resolved
Mike Bayer repo owner created an issue

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.

Comments (2)

  1. Log in to comment