Re: [sqlite] Still trying to track down loadable extensions

2014-02-23 Thread Alek Paunov
On 21.02.2014 01:19, Peter Haworth wrote: I'm still hunting for loadable extensions. The SQLite web site makes reference to extensions being part of the source code in the contrib folder but when I browser around there, I can only see 2 files dlmalloc and sqlcon. I see that you are

Re: [sqlite] Still trying to track down loadable extensions

2014-02-23 Thread Alek Paunov
On 21.02.2014 02:05, Nico Williams wrote: https://github.com/slightfoot/sqlite3-extensions https://github.com/salviati/sqlite3-lz4 https://github.com/ralight/sqlite3-pcre http://sqlite.mobigroup.ru/wiki?name=extensions http://sqlite.mobigroup.ru/wiki?name=utils

[sqlite] Unnecessary implicit conversion (may lead to a bug)

2014-02-23 Thread skywind mailing lists
In afpUnlock(sqlite3_file *, int) the sharedLockByte is defined as an int (int sharedLockByte = SHARED_FIRST+pInode-sharedByte;) although all other related variables and the following function parameters are defined as unsigned long longs. At least theoretically this can lead to information

Re: [sqlite] Should System.Data.SQLite.EF6.SQLiteProviderServices be public?

2014-02-23 Thread Joe Mistachkin
Eric Sink wrote: about Code-based Configuration in EF6, I wonder if System.Data.SQLite.EF6.SQLiteProviderServices needs to be public (instead of internal), so that people could do something like this: I'm not sure. However, that type has never been public before (i.e. in the plain