[elephant-devel] Opening new database in unstable

Robert L. Read read at robertlread.net
Tue Jun 10 03:40:05 UTC 2008


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 already exist?  Is it possible that this is a problem
in an "upgrade" from a previous format?





On Mon, 2008-06-09 at 21:35 -0500, Robert L. Read wrote:
> 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 you are
> > testing weblocks against unstable now), but i get this error when
> > creating (elephant:open-store '(:clsql (:sqlite3 "/tmp/blog.db"))):
> > 
> > "When attempting to set the slot's value to #<SQL-BTREE oid:1> (SETF
> > of SLOT-VALUE), the slot DB-CLSQL::CLASS-ROOT is missing from the
> > object #<SQL-STORE-CONTROLLER (SQLITE3 /tmp/blog.db)>"
> > 
> > Thank you for you help
> > _______________________________________________
> > elephant-devel site list
> > elephant-devel at common-lisp.net
> > http://common-lisp.net/mailman/listinfo/elephant-devel
> 
> _______________________________________________
> elephant-devel site list
> elephant-devel at common-lisp.net
> http://common-lisp.net/mailman/listinfo/elephant-devel




More information about the elephant-devel mailing list