示例#1
0
 def history(self, conf, dburl=None, verbose=None):
     if dburl is None:
         commands.history(verbose, sql_url=CONF.sql_connection)
     else:
         commands.history(verbose, sql_url=str(dburl))
示例#2
0
 def history(self, args):
     commands.history(args.verbose, sql_url=args.dburl)
示例#3
0
 def history(self, dburl=None, verbose=None):
     if dburl is None:
         commands.history(verbose, sql_url=CONF.sql_connection)
     else:
         commands.history(verbose, sql_url=str(dburl))
示例#4
0
 def history(self, args):
     commands.history(args.verbose, sql_url=args.dburl)