← Back to team overview

agesys-dev team mailing list archive

[Bug 640706] Re: Depends on MySQL client library C code

 

1) oursql is and will likely always be a wrapper around the mysql-provided client connectors. I've been toying around with the idea of releasing a separate project for a pure-python mysql wrapper. There are at least two of those that exist that I know of, anyway.
2) mysql has a license exception for code that uses the client connectors; as long as it's a FOSS license, code that wraps the connectors can use whatever license it likes without the GPL infecting it. http://www.mysql.com/about/legal/licensing/foss-exception/

** Changed in: oursql
       Status: New => Won't Fix

-- 
Depends on MySQL client library C code
https://bugs.launchpad.net/bugs/640706
You received this bug notification because you are a member of Agesys
Team, which is subscribed to oursql.

Status in oursql python bindings for mysql: Won't Fix

Bug description:
It would be great if this were a pure python adapter. The MySQL client code is GPL/Commercial. While this adapter is BSD, by incorporating GPL-ed code, it's "infected" by the GPL, as is the entire project using it.





References