On 6 Jun 2006 at 16:48, Maciej Szumocki wrote:

> > dburi = 
> > firebird://sysdba:[EMAIL PROTECTED]:someport/path/database.gdb?type
> > _conv=200&concurrency_level=1
> 
> What about passing dictionary of type conversions as type_conv to
> kinterbasdb.init?

FBDialect checks the data type of type_conv. If the data type of type_conv is 
type 
string, it converts it to an int before passing to kinterbasdb. Otherwise it's 
passed 
as-is.

same for concurrency_level


So, if you instantiate the engine yourself, I think you can pass anything other 
than 
a string for type_conv and concurrency_level



-- 
Brad Clements,                [EMAIL PROTECTED]    (315)268-1000
http://www.murkworks.com                          
AOL-IM or SKYPE: BKClements




_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to