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
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
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
--