On Wed, May 31, 2006 at 03:18:38PM +0300, Dan Pascu wrote:
> - opts['timeout'] = float(popKey(kw, 'timeout'))
> + if using_sqlite2:
> + opts['timeout'] = float(popKey(kw, 'timeout'))
> + else:
> + opts['timeout'] = int(float(popKey(kw, 'timeout')) * 1000)
Applied in the rev. 1807 to the trunk, 1808 to the 0.7 branch. Thank
you!
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ [EMAIL PROTECTED]
Programmers don't die, they just GOSUB without RETURN.
_______________________________________________
sqlobject-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss