Beispiel #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))
Beispiel #2
0
 def history(self, args):
     commands.history(args.verbose, sql_url=args.dburl)
 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))
Beispiel #4
0
 def history(self, args):
     commands.history(args.verbose, sql_url=args.dburl)