Tickets
Issues
# TODO: Factorize the get_functions/get_triggers below- Id: 7f80c012ddca05a7980b44436a6428e5
- Status: Open
- Initial commit: 98c55d835b0d5feb3bb1841299ef78813929b7ee
- Creation date: 2015-01-25 15:50:35
- Last changed: 2015-01-25 15:50:35
- Created by: Laurent Defert
- Last changed by: Laurent Defert
- File: dbannotate/db.py
# 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