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? Regards! Esteban A. Maringolo