On 10 Apr 2014, at 09:08, Marcus Denker <marcus.denker@inria.fr> wrote:
On 09 Apr 2014, at 22:49, Esteban A. Maringolo <emaringolo@gmail.com> wrote:
So SqNumberParser is gone in Pharo 3.
And the nextDateAndTimeFrom: in PGConnection refers to it... I replaced it by plain NumberParser and it seems to continue working.
What is the approach here to have a "squeak compatible" PGConnection? Add an empty SqNumberClass as subclass NumberParser?
what even is PGConnection?
Marcus
It is part of the native Postgresql driver (PostgresV2). His question comes down to: if I change it this way, it will break for Squeak, what should I do ? In this case, a common code base would be preferred I guess, but we'll need platform specific stuff that was not needed up to now. Svenk