Tickets

Issues

# TODO: Factorize the get_functions/get_triggers below


    # TODO: Factorize the get_functions/get_triggers below
    def get_functions(self):
        # http://stackoverflow.com/questions/16632117/get-all-procedural-user-defined-functions
        try:
            r = self.engine.execute('''SELECT
                    pp.proname,

History