Hi all,
There was a darcs snafu that reverted some or all of the CL-SQL
upgrades. Also the postmodern patch has not yet been applied to
elephant-unstable. We will try to resolve this over the next few days
and send a message when we feel it's worth looking at elephant-
unstable again for
Fine, i will give it a try with bdb until next release.
Thank you for checking
___
elephant-devel site list
elephant-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/elephant-devel
The Elephant-unstable branch is currently broken for all non-bdb builds.
I suspect this is some confusion in the way things have been checked in.
I am trying to reconstruct what happened. I find it a lot harder to
figure things like this out in darcs than in subversion or cvs.
In all probabilit
With pleasure!
The file store2328.db gets created with open-store, and I run SBCL
1.0.11.debian under ubuntu.
(require 'elephant)
(defparameter *CONNECTION-SPEC*'(:clsql (:sqlite3
"/home/seb/projects/timetracker-all/store2328.db")))
(elephant:open-store *CONNECTION-SPEC*)
When attempting to
set
On Fri, 2008-06-13 at 17:36 -0500, Sebastian Georges wrote:
> Nobody?
You may have to ask more explicit questions than this to get help.
As I mentioned, I can't reproduce the problem, although it seems to
work on sqlite3 for me.
Can you do something to generate a stack trace, and post that?
Nobody?
___
elephant-devel site list
elephant-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/elephant-devel
Thank you for your answer.
This particular test doesn't work either, for the same reason. The bases I
intended to open are new. Elephant unstable and clsql are freshly installed;
SBCL version is 1:1.0.11.0-1.
___
elephant-devel site list
elephant-devel@co
This is working for me with the idiom from tests/RUNTESTS:
(setq *default-spec*
`(:clsql (:sqlite3
,(namestring
(merge-pathnames
#p"tests/bogus.db"
(asdf:component-pathname (asdf:find-system 'elephant-tests))
)
Does /temp/blog.db
I'll try this and report back. I haven't tested with sqlite3 since I
switched to a 64-bit computer.
On Mon, 2008-06-09 at 17:03 -0500, Sebastian Georges wrote:
> I tried to install elephant-unstable this morning (as drop-instance
> and some keyword arguments are not available in 0.9.1 i guess