Re: [Modeling-users] SQLite adaptor
Status: Abandoned
Brought to you by:
sbigaret
From: Mario R. <ma...@ru...> - 2003-08-01 07:47:40
|
On Jeudi, juil 31, 2003, at 19:11 Europe/Zurich, Sebastien Bigaret wrote: > Mario Ruggier <ma...@ru...> wrote: >> Sorry about my previous message, I had forgotten this old >> SQLite adaptor announcement. > > Not at all, this announcement was made before SQLite was officially > integrated in the framework --as said in a previous post I forgot to > include it in setup.py, hence it was not included in the source > distribution (and the problem with INNER join in the msg you quoted has > been solved in the meantime, before the adaptor layer was integrated to > the framework's core). Ah, very good. But, I was referring (I think) to one of the exceptions from the tests... >> However, I have tried to get >> from CVS but the resulting DatabaseAdaptors/SQLiteAdaptorLayer >> directory is empty. But, viewing with webcvs the files are there... >> Also, sourceforge seems to be consistently getting _really_ slow... > > Yes, sf cvs is getting really slow --this is a known issue, esp. w/ > anonymous pserver, there's doc. on this issue on sf's status page. If > you want, I can put online a snapshot of the CVS, updated daily, that > would probably be handier for those of you who want to access CVS. Thanks, but this should not be necessary (i should not be doing CVS updates so frequently ;) > BTW: if you're trying to 'cvs update' an existing local dir. under cvs > control, you'll need option 'cvs update -Pd' to create and update a new > directory. Thanks... you mean the command should be: cvs -z3 -d:pserver:ano...@cv...:/cvsroot/modeling update -Pd mario |