[Newbies] PostgresV2 and bulk resultsets

2007-11-27 Thread Petr Fischer
Hi, if I call: conn execute: 'select * from one_milion_table' it seems that all table rows are loaded into memory - right? Is there an easy way to only iterate (do:) result set records without internal loading bulky resultset into some sort of internal arrays? Thanks, pf smime.p7s

Re: [Newbies] PostgresV2 and bulk resultsets

2007-11-27 Thread Franz Josef Konrad
This should help you... http://article.gmane.org/gmane.comp.lang.smalltalk.squeak.general/109157 I don't know if there is an API in newer versions from Postgresql where you can query the number in the result set. Regards, Franz Josef Petr Fischer schrieb: Hi, if I call: conn execute:

Re: [Newbies] PostgresV2 and bulk resultsets

2007-11-27 Thread Petr Fischer
OK. I implemented this functionality. Look at comment in method: PGConnectionexecute: sqlString withRowBlock: aRowBlock Is possible to add attached changesets to PostgresV2 package? (by Yanni Chiu) Thanks, pf On 27.11.2007, at 17:01, Franz Josef Konrad wrote: This should help you...

[Newbies] Magma tutorial or examples

2007-11-27 Thread ina tube
I recently loaded Magma into my image to play around with, following the Getting Started Guide at: http://wiki.squeak.org/squeak/2689 I looked around for some more documentation or code examples but was not able to find any. Can someone point me to sample programs that illustrate how Magma

Re: [Newbies] Magma tutorial or examples

2007-11-27 Thread David Mitchell
http://www.gjallar.se/ On Nov 27, 2007 12:29 PM, ina tube [EMAIL PROTECTED] wrote: I recently loaded Magma into my image to play around with, following the Getting Started Guide at: http://wiki.squeak.org/squeak/2689 I looked around for some more documentation or code examples but was not

Re: [Newbies] PostgresV2 and bulk resultsets

2007-11-27 Thread Norbert Hartl
On Tue, 2007-11-27 at 19:23 +0100, Petr Fischer wrote: OK. I implemented this functionality. Look at comment in method: PGConnectionexecute: sqlString withRowBlock: aRowBlock Is possible to add attached changesets to PostgresV2 package? (by Yanni Chiu) Just publish your changes on

[Newbies] How do I find out the maximum extent that a morph can be set to, without this impacting the current extent of its owner morph?

2007-11-27 Thread Alexandre Rousseau
Hi all Question: How do I find out the maximum extent that a morph can be set to, without this impacting the current extent of its owner morph? Context: trying to set the extent of a sticky note's summary label to the maximum possible width, and such that the note's window (isKindOf