[sqlite] SQLite Extensions

2015-11-20 Thread David Bennett
Sent: Friday, 20 November 2015 4:42 PM To: SQLite Users (sqlite-users at mailinglists.sqlite.org) Subject: [sqlite] SQLite Extensions For anyone who is interested, I have compiled for 32-bit Windows all the extensions that are included in the SQLite3 distribution /ext/misc directory using MinGW (gcc

[sqlite] SQLite Extensions

2015-11-20 Thread Keith Medcalf
On Friday, 20 November, 2015 07:55, Gabor Grothendieck said: > Can you include in the distribution the precise code (make file or > .bat file, etc.) used to build these. Thanks. Done. The zip now contains a MakeExtGCC to compile with MinGW and a MakeExtMS to compile with MSVC You just need

[sqlite] SQLite Extensions

2015-11-20 Thread Gert Van Assche
Thanks for sharing this, Keith! 2015-11-20 6:42 GMT+01:00 Keith Medcalf : > > For anyone who is interested, I have compiled for 32-bit Windows all the > extensions that are included in the SQLite3 distribution /ext/misc > directory using MinGW (gcc 4.8.1) and have added a few others I have >

[sqlite] SQLite Extensions

2015-11-20 Thread Gabor Grothendieck
Can you include in the distribution the precise code (make file or .bat file, etc.) used to build these. Thanks. On Fri, Nov 20, 2015 at 12:42 AM, Keith Medcalf wrote: > > For anyone who is interested, I have compiled for 32-bit Windows all the > extensions that are included in the SQLite3

[sqlite] SQLite Extensions

2015-11-20 Thread Gert Van Assche
Thanks for sharing this, Keith! 2015-11-20 6:42 GMT+01:00 Keith Medcalf : > > For anyone who is interested, I have compiled for 32-bit Windows all the > extensions that are included in the SQLite3 distribution /ext/misc > directory using MinGW (gcc 4.8.1) and have added a few others I have >

[sqlite] SQLite Extensions

2015-11-20 Thread Keith Medcalf
Slight changes made to the hash functions. The md2 / md4 / md5 / sha / sha1 / sha256 / sha384 / sha512 now return uppercase hex strings. This is because of the addition of functions that return the raw binary blob of the hash value, which will cut the bytes consumed to store that hashes in

[sqlite] SQLite Extensions

2015-11-19 Thread Keith Medcalf
For anyone who is interested, I have compiled for 32-bit Windows all the extensions that are included in the SQLite3 distribution /ext/misc directory using MinGW (gcc 4.8.1) and have added a few others I have written that add useful functions, and even a few that are taken from other people --

[sqlite] SQLite extensions repository

2012-02-13 Thread Marco Bambini
Hello, I am wondering if there is there a place that collect all available sqlite extensions. Please let me know. Thanks. -- Marco Bambini http://www.sqlabs.com http://twitter.com/sqlabs ___ sqlite-users mailing list sqlite-users@sqlite.org

Re: [sqlite] SQLite extensions repository

2012-02-12 Thread Alexey Pechnikov
Developers support a private repositories usually. As example: http://sqlite.mobigroup.ru/wiki?name=extensions http://sqlite.mobigroup.ru/wiki?name=utils 2012/2/12 Marco Bambini : > Hello, > I am wondering if there is there a place that collect all available sqlite >

Re: [sqlite] SQLite extensions repository

2012-02-12 Thread Luuk
On 12-02-2012 19:48, Marco Bambini wrote: > Hello, > I am wondering if there is there a place that collect all available sqlite > extensions. > > Please let me know. > Thanks. http://www.sqlite.org/contrib looks like a good place for it ;) ___

[sqlite] SQLite extensions repository

2012-02-12 Thread Marco Bambini
Hello, I am wondering if there is there a place that collect all available sqlite extensions. Please let me know. Thanks. -- Marco Bambini http://www.sqlabs.com http://twitter.com/sqlabs ___ sqlite-users mailing list sqlite-users@sqlite.org