Re: [SQLObject] MySQLConnection is deprecated
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Ian B. <ia...@co...> - 2004-11-01 22:06:21
|
David M. Cook wrote: > On Mon, Nov 01, 2004 at 03:04:28PM -0600, Ian Bicking wrote: >>I just haven't reviewed the documentation since then. Though I'm not >>100% sure that MySQLConnection and friends should be deprecated. > > Maybe I'm wrong, but the URI format doesn't seem very win32 friendly. How so? Forward slashes can always replace backslashes for paths (and even that only applies to SQLite and Firebird, since the other databases don't use file paths anywhere). -- Ian Bicking / ia...@co... / http://blog.ianbicking.org |