Did you do a migration/upgrade or just run the old DB under the new
code base? -Ian
On Nov 4, 2009, at 10:58 PM, Aslak Gronflaten wrote:
> Hi,
>
> I'm (still) having problems upgrading an existing berkeley 4.6
> database from
> elephant 0.9 to 1.0 trunk, running sbcl under 32 bit linux.
>
>
Elephant should automatically create and populate a schema when a
class definition is evaluated while the DB is open. I'm surprised it
doesn't do this when a schema is not available. I'll look into this.
Ian
On Nov 5, 2009, at 7:40 PM, Aslak Gronflaten wrote:
> Hi,
>
> I've looked into thi
Hi,
I've looked into things a bit deeper, and I see that at some point things
changed from having the classes defined in memory be the blueprint, to
having a schema stored in the db itself.
So the question becomes, how do I generate a schema based on my class
definitions, while it not keeping the