I've created issue 216:
http://code.google.com/p/glassdb/issues/detail?id=216
In Pharo:
results in:
'18375790'
In Gemstone the same code results in:
'.com/18375790'
This is caused by the stream position after #upToAll: . In Pharo the following:
results in:
17
In Gemstone the same code results in: 12