Sorry to bother again, but shouldn't it be

self isSelect ifFalse: [ ^super printOn: aStream ].

instead of

self isSelect ifFalse: [ ^super printOn: aString ].

Paolo Bonzini wrote:
On 11/25/2009 01:04 PM, Stefan Izota wrote:


I attached a small patch that fixes printing a dml resultset to a stream
(like executing an UPDATE in REPL).

I committed a variant that prints something also for a DML resultset.

Paolo




_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to