equal
deleted
inserted
replaced
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) |