On 11/10/11 1:50 PM, Dejan Lekic wrote:
On 10/11/11 05:55, Steve Teale wrote:
The libraries for unixODBC and for FreeTDS (communication with SQL
Server) are LGPL.
Would a D ODBC driver that used these be compatible with Phobos?
Steve
I would strongly advice any DB driver go into a separate library instead
of Phobos. Too many unneeded modules are in Phobos already and more
modules that do not belong in Phobos are about to be accepted...
I thought the main concern was that there's too little stuff in Phobos,
and that growth is good. Seems like whatever we do we won't please everyone.
Andrei