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