I posted this to a wrong address, I think, so I post again:

Hello, guys. I would like to ask Carlos, Jiri and other developers for
permission. I was testing Npgsql provider for .Net revision 2 from CVS,
which has initial support for provider factory in .NET 2.0. All seems to be
working, except that CommandBuilder was still old 1.1 implementation. So I
tried to rewrite it, and it was not a big deal. But proper implementation of

public new NpgsqlCommand Get...Command(bool useColumnsForParameterNames)
       {
           return
(NpgsqlCommand)base.Get...Command(useColumnsForParameterNames);

       }
requires implementation of DataSourceInformation in GetSchema method. So I
took a peek at the  Firebird .NET code, and I saw how the implementation is
done there. What I would like to you is a permission to use some parts of
your FbMetaData.xml, (i would use a part with schema for ReserwedWords and
DataSourceInformation and part with their data modified for PostgreSQL, so
that the provider could be functional in CommandBuilder part and then post
the code to npgsql development list so that they can use it, maybe, in
whatever way they want). Npgsql is under LGPL, and is opensource. I would
implement this file as NgpsqlMetaData.xml, with your permission.
Regards,
Radomir
-------------------------------------------------------------------------
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
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to