Re: [Sqlalchemy-users] MySQL config file support

2006-08-25 Thread Michael Bayer
I just tried read_default_group with a mysqldb connection while running ktrace (osx), and it doesnt seem to access my.cnf at all. I got the same results when i tried it with no arguments. this is not consistent with what the mysqldb docs say, which for read_default_group and read_default_

Re: [Sqlalchemy-users] MySQL config file support

2006-08-25 Thread Michael Bayer
do you mean the connect() function for MySQLDB ? SA can support passing keyword arguments through to connect(). i was actually cleaning that API up a little bit for a checkin to the trunk today. On Aug 23, 2006, at 4:05 PM, Monty Taylor wrote: > Hi - sorry for the cross post - but it's the

[Sqlalchemy-users] MySQL config file support

2006-08-23 Thread Monty Taylor
Hi - sorry for the cross post - but it's the same general idea. I've got a possible tiny patch for better MySQL support - but I'm not 100% sure what would be the 'best' way to do it would be. Briefly... (this is in response to having read the turbogears wiki article about using a socket file) if