[SQLObject] specifying schema for mssql
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Andrew Z <ah...@gm...> - 2013-02-04 21:21:26
|
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 |