I loaded GlorpDBX configuration from the MetacelloRepository using: ((Smalltalk at: #ConfigurationOfGlorpDBX) project version: '2.5') load. ((Smalltalk at: #ConfigurationOfGlorpDBX) project version: '2.5') load: 'GlorpPostgresV2Native'. But the PostgresV2 package basically f*cks up the DateAndTime class overriding #julianDayNumber and #offset: Is this normal behavior? I'm loading a vanilla 2.0 image to see if this also happens there. Esteban A. Maringolo
On Sat, Sep 21, 2013 at 3:03 PM, Esteban A. Maringolo <emaringolo@gmail.com>wrote:
I loaded GlorpDBX configuration from the MetacelloRepository using:
((Smalltalk at: #ConfigurationOfGlorpDBX) project version: '2.5') load.
((Smalltalk at: #ConfigurationOfGlorpDBX) project version: '2.5') load: 'GlorpPostgresV2Native'.
Esteban, in another thread you asked me how I was loading Native postgres driver with Glorp. Like you have just figured out. But I am using last version '2.8'
But the PostgresV2 package basically f*cks up the DateAndTime class overriding #julianDayNumber and #offset:
Is this normal behavior? I'm loading a vanilla 2.0 image to see if this also happens there.
Try version 2.8 and check if it happens the same.
Esteban A. Maringolo
-- Mariano http://marianopeck.wordpress.com
2013/9/21 Mariano Martinez Peck <marianopeck@gmail.com>:
On Sat, Sep 21, 2013 at 3:03 PM, Esteban A. Maringolo <emaringolo@gmail.com> wrote:
I loaded GlorpDBX configuration from the MetacelloRepository using:
((Smalltalk at: #ConfigurationOfGlorpDBX) project version: '2.5') load.
((Smalltalk at: #ConfigurationOfGlorpDBX) project version: '2.5') load: 'GlorpPostgresV2Native'.
Esteban, in another thread you asked me how I was loading Native postgres driver with Glorp. Like you have just figured out. But I am using last version '2.8'
There is no version 2.8 in the MetacelloRepository. Gofer it squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfGlorpDBX'; load. Where do you get the latest ConfigurationOfGlorpDBX from? Regards,
On Sat, Sep 21, 2013 at 3:33 PM, Esteban A. Maringolo <emaringolo@gmail.com>wrote:
2013/9/21 Mariano Martinez Peck <marianopeck@gmail.com>:
On Sat, Sep 21, 2013 at 3:03 PM, Esteban A. Maringolo <
emaringolo@gmail.com>
wrote:
I loaded GlorpDBX configuration from the MetacelloRepository using:
((Smalltalk at: #ConfigurationOfGlorpDBX) project version: '2.5') load.
((Smalltalk at: #ConfigurationOfGlorpDBX) project version: '2.5') load: 'GlorpPostgresV2Native'.
Esteban, in another thread you asked me how I was loading Native postgres driver with Glorp. Like you have just figured out. But I am using last version '2.8'
There is no version 2.8 in the MetacelloRepository.
Gofer it squeaksource: 'MetacelloRepository';
Squeaksource is dead, do not use it anymore.
package: 'ConfigurationOfGlorpDBX'; load.
Where do you get the latest ConfigurationOfGlorpDBX from?
http://www.smalltalkhub.com/mc/DBXTalk/Configurations/main
Regards,
-- Mariano http://marianopeck.wordpress.com
We should really do something there. On Sep 22, 2013, at 2:42 AM, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
On Sat, Sep 21, 2013 at 3:33 PM, Esteban A. Maringolo <emaringolo@gmail.com> wrote: 2013/9/21 Mariano Martinez Peck <marianopeck@gmail.com>:
On Sat, Sep 21, 2013 at 3:03 PM, Esteban A. Maringolo <emaringolo@gmail.com> wrote:
I loaded GlorpDBX configuration from the MetacelloRepository using:
((Smalltalk at: #ConfigurationOfGlorpDBX) project version: '2.5') load.
((Smalltalk at: #ConfigurationOfGlorpDBX) project version: '2.5') load: 'GlorpPostgresV2Native'.
Esteban, in another thread you asked me how I was loading Native postgres driver with Glorp. Like you have just figured out. But I am using last version '2.8'
There is no version 2.8 in the MetacelloRepository.
Gofer it squeaksource: 'MetacelloRepository';
Squeaksource is dead, do not use it anymore.
package: 'ConfigurationOfGlorpDBX'; load.
Where do you get the latest ConfigurationOfGlorpDBX from?
http://www.smalltalkhub.com/mc/DBXTalk/Configurations/main
Regards,
-- Mariano http://marianopeck.wordpress.com
yes, but in the mean time... working configuration should still be placed in: MetaRepoForPharo20 MetacelloRepository squeaksource/MetacelloRepository will not be really dead until we have a real replacement (like the catalog, who should automatize this collection) Esteban On Sep 22, 2013, at 9:06 AM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
We should really do something there.
On Sep 22, 2013, at 2:42 AM, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
On Sat, Sep 21, 2013 at 3:33 PM, Esteban A. Maringolo <emaringolo@gmail.com> wrote: 2013/9/21 Mariano Martinez Peck <marianopeck@gmail.com>:
On Sat, Sep 21, 2013 at 3:03 PM, Esteban A. Maringolo <emaringolo@gmail.com> wrote:
I loaded GlorpDBX configuration from the MetacelloRepository using:
((Smalltalk at: #ConfigurationOfGlorpDBX) project version: '2.5') load.
((Smalltalk at: #ConfigurationOfGlorpDBX) project version: '2.5') load: 'GlorpPostgresV2Native'.
Esteban, in another thread you asked me how I was loading Native postgres driver with Glorp. Like you have just figured out. But I am using last version '2.8'
There is no version 2.8 in the MetacelloRepository.
Gofer it squeaksource: 'MetacelloRepository';
Squeaksource is dead, do not use it anymore.
package: 'ConfigurationOfGlorpDBX'; load.
Where do you get the latest ConfigurationOfGlorpDBX from?
http://www.smalltalkhub.com/mc/DBXTalk/Configurations/main
Regards,
-- Mariano http://marianopeck.wordpress.com
And please consider the scattered documentation points mostly, if not all, to SqueakSource. Regards
I downloaded it as per your recommendation and now it works. A few tests fail, and other hang my image because required libraries are not found (for other database engines). The download instructions at http://dbxtalk.smallworks.eu/Download/ should be updated. Regards! Esteban A. Maringolo 2013/9/21 Mariano Martinez Peck <marianopeck@gmail.com>:
On Sat, Sep 21, 2013 at 3:33 PM, Esteban A. Maringolo <emaringolo@gmail.com> wrote:
2013/9/21 Mariano Martinez Peck <marianopeck@gmail.com>:
On Sat, Sep 21, 2013 at 3:03 PM, Esteban A. Maringolo <emaringolo@gmail.com> wrote:
I loaded GlorpDBX configuration from the MetacelloRepository using:
((Smalltalk at: #ConfigurationOfGlorpDBX) project version: '2.5') load.
((Smalltalk at: #ConfigurationOfGlorpDBX) project version: '2.5') load: 'GlorpPostgresV2Native'.
Esteban, in another thread you asked me how I was loading Native postgres driver with Glorp. Like you have just figured out. But I am using last version '2.8'
There is no version 2.8 in the MetacelloRepository.
Gofer it squeaksource: 'MetacelloRepository';
Squeaksource is dead, do not use it anymore.
package: 'ConfigurationOfGlorpDBX'; load.
Where do you get the latest ConfigurationOfGlorpDBX from?
http://www.smalltalkhub.com/mc/DBXTalk/Configurations/main
Regards,
-- Mariano http://marianopeck.wordpress.com
participants (4)
-
Esteban A. Maringolo -
Esteban Lorenzano -
Mariano Martinez Peck -
Stéphane Ducasse