orm Package

orm Package

galaxy.model.orm.load_egg_for_url(url)[source]

logging_connection_proxy Module

class galaxy.model.orm.logging_connection_proxy.LoggingProxy[source]

Bases: sqlalchemy.interfaces.ConnectionProxy

Logs SQL statements using standard logging module

begin(conn, begin)[source]
commit(conn, commit)[source]
cursor_execute(execute, cursor, statement, parameters, context, executemany)[source]
rollback(conn, rollback)[source]
class galaxy.model.orm.logging_connection_proxy.TraceLoggerProxy(trace_logger)[source]

Bases: sqlalchemy.interfaces.ConnectionProxy

Logs SQL statements using a metlog client

cursor_execute(execute, cursor, statement, parameters, context, executemany)[source]
galaxy.model.orm.logging_connection_proxy.pretty_stack()[source]
galaxy.model.orm.logging_connection_proxy.stripwd(s)[source]