lsst.dax.apdb gbebdf9febd+5aaa5b91df
Loading...
Searching...
No Matches
Public Member Functions | List of all members
lsst.dax.apdb.apdbSql._ConnectionHackSA2 Class Reference
Inheritance diagram for lsst.dax.apdb.apdbSql._ConnectionHackSA2:

Public Member Functions

def __init__ (self, sqlalchemy.engine.Connection connection)
 
Any connect (self, **Any kwargs)
 
Callable execute (self)
 
Callable execution_options (self)
 
Any connection (self)
 
sqlalchemy.engine.Connection __enter__ (self)
 
None __exit__ (self, Any type_, Any value, Any traceback)
 

Detailed Description

Terrible hack to workaround Pandas 1 incomplete support for
sqlalchemy 2.

We need to pass a Connection instance to pandas method, but in SA 2 the
Connection class lost ``connect`` method which is used by Pandas.

The documentation for this class was generated from the following file: