Yikes!

OK after an initial bit of panic on this subject and some subsequent digging around, I'm happy to let the list know that the current CVS version of pymssql is, and that an upcoming version 8 of pymssql will be licensed LGPL:
   http://sourceforge.net/forum/forum.php?forum_id=566339

Another option to consider for non-GPL MSSQL acess is the pyodbc project:
   http://pyodbc.sourceforge.net/

and the venerable mxODBC project, although this may be problematic with datetime vs. mxDate objects:
   http://www.egenix.com/files/python/mxODBC.html

Rick



On 9/10/06, Kent Johnson <[EMAIL PROTECTED]> wrote:
Rick Morrison wrote:
> Just how viral is GPL in a circumstance like this? I was under the
> impression that it is perfectly OK to use a GPL library in a commercial
> product, as long as the source to the library itself was made available,
> along with any patches/modifications to that library.

If you use GPL libraries and you distribute your software, your software
must also be GPL. Maybe you are thinking about LGPL which does allow
libraries to be distributed with proprietary software. See
http://www.gnu.org/licenses/gpl-faq.html#IfLibraryIsGPL
http://www.gnu.org/licenses/why-not-lgpl.html

Kent


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to