SOLVED: Re: "No source tables supplied to select statement."

Petter Gustad <[email protected]> Sat, 20 Apr 2013 11:00:59 +0200 (CEST)
Newsgroups gmane.lisp.clsql.general
Message-ID <[email protected]>
From: Petter Gustad <[email protected]>
Subject: [CLSQL] "No source tables supplied to select statement."
Date: Fri, 19 Apr 2013 14:57:20 +0200 (CEST)

> The result is the same if I compile the function either in SLIME or by
> using asdf:load-system.

It appears that I had some problems loading my packages.lisp. After
removing the fasl and making sure I load the defpackage form first in
my asdf dependencies I can successfully call the function after
asdf:load-system:

(get-latest-regrun-id)
1338
REGLIB> (get-latest-regrun)
#<REGRUN {10070326D3}>

Sorry about the noise, but hopefully not a huge problem for this
mailing list...

//Petter