Hi,

I am writing a SQLite extenstion for the Phalanger project (
http://www.php-compiler.net/).

I have started using the System.Data.SQLite assembly, but I'm stuck with
UDF...

I have looked the source code of the assembly, and the way it is
implemented will not work in my case.

As far as I have read, you give a static type, and UDF are visible for each
new open connections, application-wide (or AppDomain-wide).

What I need is to give a delegate, some parameters, and only
connection-wide... (i mean : the CreateUDF function should be on
SQLiteConnection object).
And if possible, unregister it when connections are in a pool, when
connection is returned to the pool...

Do you think it is possible ? Who should I ask ?

Thanks :)

Damien
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to