server/sources/native.py
branchstable
changeset 5413 dc896e698ab0
parent 5410 3cccd5e9dd7d
child 5421 8167de96c523
equal deleted inserted replaced
5410:3cccd5e9dd7d 5413:dc896e698ab0
   213         ('db-encoding',
   213         ('db-encoding',
   214          {'type' : 'string',
   214          {'type' : 'string',
   215           'default': 'utf8',
   215           'default': 'utf8',
   216           'help': 'database encoding',
   216           'help': 'database encoding',
   217           'group': 'native-source', 'inputlevel': 1,
   217           'group': 'native-source', 'inputlevel': 1,
       
   218           }),
       
   219         ('db-extra-arguments',
       
   220          {'type' : 'string',
       
   221           'default': '',
       
   222           'help': 'set to "Trusted_Connection" if you are using SQLServer and '
       
   223                   'want trusted authentication for the database connection',
       
   224           'group': 'native-source', 'inputlevel': 2,
   218           }),
   225           }),
   219     )
   226     )
   220 
   227 
   221     def __init__(self, repo, appschema, source_config, *args, **kwargs):
   228     def __init__(self, repo, appschema, source_config, *args, **kwargs):
   222         SQLAdapterMixIn.__init__(self, source_config)
   229         SQLAdapterMixIn.__init__(self, source_config)