server/sources/native.py
branchstable
changeset 5515 513af9be9e37
parent 5426 0d4853a6e5ee
child 5542 a8ad3df5a8a3
child 5605 2604545d7dd9
equal deleted inserted replaced
5514:3679015c0a50 5515:513af9be9e37
   233         ('db-extra-arguments',
   233         ('db-extra-arguments',
   234          {'type' : 'string',
   234          {'type' : 'string',
   235           'default': '',
   235           'default': '',
   236           'help': 'set to "Trusted_Connection" if you are using SQLServer and '
   236           'help': 'set to "Trusted_Connection" if you are using SQLServer and '
   237                   'want trusted authentication for the database connection',
   237                   'want trusted authentication for the database connection',
   238           'group': 'native-source', 'inputlevel': 2,
   238           'group': 'native-source', 'level': 2,
   239           }),
   239           }),
   240     )
   240     )
   241 
   241 
   242     def __init__(self, repo, appschema, source_config, *args, **kwargs):
   242     def __init__(self, repo, appschema, source_config, *args, **kwargs):
   243         SQLAdapterMixIn.__init__(self, source_config)
   243         SQLAdapterMixIn.__init__(self, source_config)