Il 20/11/2012 15:08, Holger Hans Peter Freyther ha scritto:
>      rowCount [
>          <category: 'accessing'>
>          self isSelect 
> -            ifTrue: [^self rows size]
> +            ifTrue: [^-1]

I think it's simpler to leave this method aside.  Code using
#next/#atEnd will simply not call #rowCount.

Otherwise the patch looks good, thanks!

Paolo

>              ifFalse: [^self error: 'Not a SELECT statement.']
>      ]


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

Reply via email to