Re: [sqlite] C Extensions to SQLite

2010-11-04 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/04/2010 03:35 PM, Barton Torbert wrote: > We are thinkng about writing C Extensions to SQLite to do this. But I was > wondering if there are a set already written that could be used? Not to my knowledge as every programming language already in

Re: [sqlite] C Extensions to SQLite

2010-11-04 Thread Simon Slavin
On 4 Nov 2010, at 10:35pm, Barton Torbert wrote: > My company is using SQLite. We need to do some formatting to the data before > posting it to a webpage. What we want to do are simplier tasks such as zero > padding, limiting placess to the right of the decimal etc. Can you tell us why you fe

[sqlite] C Extensions to SQLite

2010-11-04 Thread Barton Torbert
My company is using SQLite. We need to do some formatting to the data before posting it to a webpage. What we want to do are simplier tasks such as zero padding, limiting placess to the right of the decimal etc. We are thinkng about writing C Extensions to SQLite to do this. But I was wonde