comparison GenerateConfigurationForTests.py @ 430:9430b5728ca0

added ODBC in GenerateConfigurationForTests.py
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 12 Aug 2021 14:37:31 +0200
parents 19154b57d0ae
children e769bcf2b94f
comparison
equal deleted inserted replaced
429:f42c610234b0 430:9430b5728ca0
204 'Lock' : False, 204 'Lock' : False,
205 'IndexConnectionsCount' : 5, 205 'IndexConnectionsCount' : 5,
206 'MaximumConnectionRetries' : 7, 206 'MaximumConnectionRetries' : 7,
207 } 207 }
208 208
209 config['Odbc'] = {
210 'EnableIndex' : True,
211 'EnableStorage' : True,
212 'IndexConnectionString' : 'DSN=test',
213 'StorageConnectionString' : 'DSN=storage',
214 'IndexConnectionsCount' : 1,
215 'MaximumConnectionRetries' : 7,
216 }
217
209 218
210 219
211 # Enable case-insensitive PN (the default on versions <= 0.8.6) 220 # Enable case-insensitive PN (the default on versions <= 0.8.6)
212 config['CaseSensitivePN'] = False 221 config['CaseSensitivePN'] = False
213 222