Re: [SQLObject] specifying schema for mssql

2013-02-06 Thread Andrew Z
On Mon, Feb 4, 2013 at 2:40 PM, Oleg Broytman wrote: > On Mon, Feb 04, 2013 at 02:20:59PM -0700, Andrew Z wrote: >> With SQLObject 1.3.2 and mssql backend, how do you specify the schema >> equivalent to the command 'use foo'? I want to use a schema that is >> neither 'dbo' not the default for th

Re: [SQLObject] specifying schema for mssql

2013-02-04 Thread Oleg Broytman
On Mon, Feb 04, 2013 at 02:20:59PM -0700, Andrew Z wrote: > With SQLObject 1.3.2 and mssql backend, how do you specify the schema > equivalent to the command 'use foo'? I want to use a schema that is > neither 'dbo' not the default for the user. I don't see how to do it > using the URI after gla

[SQLObject] specifying schema for mssql

2013-02-04 Thread Andrew Z
With SQLObject 1.3.2 and mssql backend, how do you specify the schema equivalent to the command 'use foo'? I want to use a schema that is neither 'dbo' not the default for the user. I don't see how to do it using the URI after glancing over the documentation and code. Andrew --