Hi,

Yeah, it's scheduled of SQLObject 0.8.  I don't know about the CVS though.

Krys

Sean Cazzell wrote:
> Randall,
> 
> I think MS SQL support is currently only in SQLObject CVS.  See:
> 
> http://www.sqlobject.org/News.html#sqlobject-0-8-0
> 
> 
> Sean Cazzell
> 
> On Thu, 2005-11-03 at 16:49 -0800, [EMAIL PROTECTED] wrote:
> 
>>SQL Object's documentation says they support Microsoft SQL Server.
>>However, I haven't seen how to test that-I did test the underlying
>>components they said were necessary.
>>
>>When working through the tutorial I got this message:
>>
>>cd /d/wwwroot/turbogears/wiki20
>> tg-admin.exe sql create
>>Using database URI mssql://rjb:[EMAIL PROTECTED]:1433/turbogears
>>Traceback (most recent call last):
>>  File "c:\python24\Scripts\tg-admin-script.py", line 7, in ?
>>    sys.exit(
>>  File
>>"c:\python24\lib\site-packages\TurboGears-0.8a4-py2.4.egg\turbogears\comm
>>and\__init__.py", line 186, in main
>>    command.run()
>>  File
>>"c:\python24\lib\site-packages\TurboGears-0.8a4-py2.4.egg\turbogears\comm
>>and\__init__.py", line 106, in run
>>    command.the_runner.run(sys.argv)
>>  File
>>"c:\python24\lib\site-packages\SQLObject-0.7.0-py2.4.egg\sqlobject\manage
>>r\command.py", line 102, in run
>>    runner.run()
>>  File
>>"c:\python24\lib\site-packages\SQLObject-0.7.0-py2.4.egg\sqlobject\manage
>>r\command.py", line 233, in run
>>    self.command()
>>  File
>>"c:\python24\lib\site-packages\SQLObject-0.7.0-py2.4.egg\sqlobject\manage
>>r\command.py", line 543, in command
>>    for soClass in self.classes(require_some=True):
>>  File
>>"c:\python24\lib\site-packages\SQLObject-0.7.0-py2.4.egg\sqlobject\manage
>>r\command.py", line 255, in classes
>>    conn = self.connection()
>>  File
>>"c:\python24\lib\site-packages\SQLObject-0.7.0-py2.4.egg\sqlobject\manage
>>r\command.py", line 316, in connection
>>    return sqlobject.connectionForURI(self.options.connection_uri)
>>  File
>>"c:\python24\lib\site-packages\SQLObject-0.7.0-py2.4.egg\sqlobject\dbconn
>>ection.py", line 910, in connectionForURI
>>    assert self.schemeBuilders.has_key(scheme), (
>>AssertionError: No SQLObject driver exists for mssql (only sqlite,
>>sapdb, postgr
>>esql, firebird, maxdb, sybase, interbase, psycopg, mysql, postgres)
>>
> 
> 
> 

Reply via email to