help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] PostgreSQL


From: Stefan Izota
Subject: Re: [Help-smalltalk] PostgreSQL
Date: Wed, 25 Nov 2009 15:02:11 +0200
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]