[sqlite] System.Data.SQLite: Add [app|web].config file to NuGet package

2012-09-14 Thread Felix Obermaier
Hello,

I want to use System.Data.SQLite by invoking it via 
DbProviderFactories.GetFactory(providerName). If I have an old version 
installed on my machine I always get that instead of the one inside the 
referenced NuGet package. If uninstall it, the call fails because it cannot be 
found.

I found this blog-post 
(http://gurustop.net/blog/2011/05/19/sqlite-database-nuget-package-common-problems-solved/)
 that states how this can be circumvented by adding a [app|web].config file 
with the following lines:


  
  



Doesn't it make sense to add such a config file to the NuGet package?
Thanks for considering.

Felix Obermaier


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


[sqlite] Get extent of RTree quickly

2011-07-07 Thread Felix Obermaier
Hello everyone,

is there a faster way to get the spanning bounds of an RTree virtual table than 
querying its min/max values?

thanks

Felix Obermaier

--
Ingenieurgruppe IVV GmbH & Co. KG
Dipl.-Ing. Felix Obermaier
Oppenhoffallee 171
52066 Aachen

Telefon: +49 (241) 94691-39
Telefax: +49 (241) 531622
eMail: o...@ivv-aachen.de
Internet: http://www.ivv-aachen.de

Sitz der Gesellschaft: Aachen
Amtsgericht Aachen HRA 6212
GF: Bauassessor Dr.-Ing. Dieter Hölsken  IVV-Management GmbH  Amtsgericht 
Aachen HRB 12543

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