On Wednesday 21 October 2009 08:00:41 pm John wrote: > Hi, > Is there are reason dConnection -> _openConnection() is passing > forceCreate=self._forceCreate > in the **kwargs? > > Johnf
After some research I found that 'Ed' added the setting. The code solved his issue but now is passing 'forceCreate:False' in the kwargs to the db adapters. The issue is now that I want to use kwargs in the db adapters to pass additional user created settings. Therefore I believe I need to pop() forceCreate off the passed kwargs. Does anyone have a better idea? Johnf _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
