Re: [sqlite] Namespacing sqlite3

2013-09-24 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24/09/13 16:37, Neville Dastur wrote: > That's a very interesting concept. I've been doing it since 2004, and support all versions of Python from 2.3 onwards including 3.x. > Are you using http://www.cython.org/ or something else to "create" the

Re: [sqlite] Namespacing sqlite3

2013-09-24 Thread Neville Dastur
That's a very interesting concept. Are you using http://www.cython.org/ or something else to "create" the library wrapper Neville On 24 Sep 2013, at 22:39, Roger Binns wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 24/09/13 12:56, Neville Dastur

Re: [sqlite] Namespacing sqlite3

2013-09-24 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24/09/13 12:56, Neville Dastur wrote: > Searching around on Google it seems that namespacing in c / obj-c is > not possible for the sqlite3 library. There is another approach that I use. I produce a Python C extension. The final shared library

Re: [sqlite] Namespacing sqlite3

2013-09-24 Thread Neville Dastur
Okay, so it's already namespaced with a prefix which I can replace. Thank you On 24 Sep 2013, at 21:27, Richard Hipp wrote: > On Tue, Sep 24, 2013 at 3:56 PM, Neville Dastur > wrote: > >> Hi >> >> I am hoping someone can help with this one. I am

Re: [sqlite] Namespacing sqlite3

2013-09-24 Thread Richard Hipp
On Tue, Sep 24, 2013 at 3:56 PM, Neville Dastur wrote: > Hi > > I am hoping someone can help with this one. I am aware that some might > consider it a C issue more than sqlite3, but C doesn't handle this well and > so I am looking for specific sqlite3 info. > > I am

[sqlite] Namespacing sqlite3

2013-09-24 Thread Neville Dastur
Hi I am hoping someone can help with this one. I am aware that some might consider it a C issue more than sqlite3, but C doesn't handle this well and so I am looking for specific sqlite3 info. I am looking to create my own sqlite3 Appcelerator module. Appcelerator at present already uses