[squeak-dev] Upgrading SandstonDb

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Upgrading SandstonDb

EstebanLM
Hi,
I'm trying to upgrade SandstoneDb from version 74 to 103 and I getting
a DNU in #lockFor:, locks seems to be uninitiated.
I have to execute something, to make all works ok?

Thanks,
Esteban



Reply | Threaded
Open this post in threaded view
|

RE: [squeak-dev] Upgrading SandstonDb

Ramon Leon-5

> Hi,
> I'm trying to upgrade SandstoneDb from version 74 to 103 and
> I getting
> a DNU in #lockFor:, locks seems to be uninitiated.
> I have to execute something, to make all works ok?
>
> Thanks,
> Esteban

Try doing...

SDActiveRecord setStore: SDFileStore new.

And then restart the image, let me know if that doesn't work.

Ramon Leon
http://onsmalltalk.com


Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Re: Upgrading SandstonDb

EstebanLM
On 2008-08-29 12:26:02 -0300, "Ramon Leon" <[hidden email]> said:

> SDActiveRecord setStore: SDFileStore new.

Yes, that works... thanks!

Esteban