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