Re: svn commit: r290569 - /httpd/mod_python/trunk/lib/python/mod_python/SQLiteSession.py

2005-09-23 Thread Nicolas Lehuen
2005/9/23, Jorey Bump <[EMAIL PROTECTED]>: Nicolas Lehuen wrote:> That being said, why SQLite ? Because it's simple to install and use (no> administration required). You just give it a file name and you're ready> to roll. Plus, I really wanted to experiment with SQLite :). >> I must confess that th

Re: svn commit: r290569 - /httpd/mod_python/trunk/lib/python/mod_python/SQLiteSession.py

2005-09-22 Thread Nicolas Lehuen
Hi all, I'm sorry to have launched such a heated discussion. I was experimenting with a SQLite implementation of sessions, and got something functional enough that I wanted to archive it so that we could come back to it later... I don't want it to distract us from the 3.2 release :). That being s

Re: svn commit: r290569 - /httpd/mod_python/trunk/lib/python/mod_python/SQLiteSession.py

2005-09-22 Thread Jim Gallacher
Gregory (Grisha) Trubetskoy wrote: I think it might be interesting to see something like an ANSI SQL-92 compatible session with some suggestions on how it can be easily integrated with your database vendor of choice, but deifinitely not support specific database vendors, except for those whose

Re: svn commit: r290569 - /httpd/mod_python/trunk/lib/python/mod_python/SQLiteSession.py

2005-09-22 Thread Jim Gallacher
Gregory (Grisha) Trubetskoy wrote: On Thu, 22 Sep 2005, Jim Gallacher wrote: Gregory (Grisha) Trubetskoy wrote: OK, my next question would be - is MySQL, PostgreSQL, Informix, Oracle, etc next, Yes. ;) And how did we arrive at this decision? :-) Oh, there was no decision. It's jus

Re: svn commit: r290569 - /httpd/mod_python/trunk/lib/python/mod_python/SQLiteSession.py

2005-09-22 Thread Gregory (Grisha) Trubetskoy
On Thu, 22 Sep 2005, Jim Gallacher wrote: Gregory (Grisha) Trubetskoy wrote: OK, my next question would be - is MySQL, PostgreSQL, Informix, Oracle, etc next, Yes. ;) And how did we arrive at this decision? :-) I'd be pretty strongly -1 on this, as it's got little to do with Apache/Py

Re: svn commit: r290569 - /httpd/mod_python/trunk/lib/python/mod_python/SQLiteSession.py

2005-09-22 Thread Gregory (Grisha) Trubetskoy
it's [EMAIL PROTECTED] On Thu, 22 Sep 2005, Jim Gallacher wrote: Grisha, Your message implies that there is a mailing list for mod_python svn commit messages. How can I subscribe to this? Thanks, Jim Gregory (Grisha) Trubetskoy wrote: Can we have a little discussion on pros/cons of this

Re: svn commit: r290569 - /httpd/mod_python/trunk/lib/python/mod_python/SQLiteSession.py

2005-09-22 Thread Jim Gallacher
Grisha, Your message implies that there is a mailing list for mod_python svn commit messages. How can I subscribe to this? Thanks, Jim Gregory (Grisha) Trubetskoy wrote: Can we have a little discussion on pros/cons of this? Does this make mod_python dependent on sqlite? Thanks, Grisha

Re: svn commit: r290569 - /httpd/mod_python/trunk/lib/python/mod_python/SQLiteSession.py

2005-09-22 Thread Jim Gallacher
Gregory (Grisha) Trubetskoy wrote: OK, my next question would be - is MySQL, PostgreSQL, Informix, Oracle, etc next, Yes. ;) and is this the path we want to take, or is there something about sqlite that makes it unique? I don't know if it is that path we *want* to take, but I think the

Re: svn commit: r290569 - /httpd/mod_python/trunk/lib/python/mod_python/SQLiteSession.py

2005-09-22 Thread Gregory (Grisha) Trubetskoy
OK, my next question would be - is MySQL, PostgreSQL, Informix, Oracle, etc next, and is this the path we want to take, or is there something about sqlite that makes it unique? Grisha On Thu, 22 Sep 2005, Robert Sanderson wrote: Can we have a little discussion on pros/cons of this? Does

Re: svn commit: r290569 - /httpd/mod_python/trunk/lib/python/mod_python/SQLiteSession.py

2005-09-22 Thread Robert Sanderson
>Can we have a little discussion on pros/cons of this? Does this make >mod_python dependent on sqlite? Nope. It'll just silently fail if it can't import dbapi2. Rob >> +try: >> +# If this code is included into Session.py, >> +# we don't want to add a dependency to SQLite >> +from p

Re: svn commit: r290569 - /httpd/mod_python/trunk/lib/python/mod_python/SQLiteSession.py

2005-09-22 Thread Gregory (Grisha) Trubetskoy
Can we have a little discussion on pros/cons of this? Does this make mod_python dependent on sqlite? Thanks, Grisha On Tue, 20 Sep 2005 [EMAIL PROTECTED] wrote: Author: nlehuen Date: Tue Sep 20 14:28:32 2005 New Revision: 290569 URL: http://svn.apache.org/viewcvs?rev=290569&view=rev Log: