Re: [SQLObject] MS SQL Sever Backend - using pymssql?
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Scott R. <sc...@to...> - 2004-04-30 10:58:48
|
On Thu, 2004-04-29 at 07:28, Samir Patel wrote: > MySQL is support in sql object using MySQLdb package. I found a very good > package "pymssql.sourceforge.net" to connect to MS SQL from unix or windows. > So to support MS SQL backend, should I copy mysql folder and modify it to use > pymssql? If I add this backend, can it be added to your official sql object? > - Samir Samir, Why not make and test it, and then offer the patch. Usually, inclusion in a project is based on readability, functionality, performance, and how it fits into the overall package. Asking if it will be accepted before writing it and showing it to the maintainers is just impossible to call. Most likely, if it has reasonable performance, is written up to the standards of the rest of the project, brings value, and does not force unacceptable requirements, it will be accepted - the SO guys are reasonable and value contribution. - Scott |