[Seaside] VW cgi interface

Avi Bryant avi at beta4.com
Mon Mar 29 21:33:50 CEST 2004


On Mar 25, 2004, at 11:44 PM, danil osipchuk wrote:

>  Also I found handy to have possibility of adding not full rows 
> (RAPostgresRelation>>addValues: anArray forAttributesNamed: 
> attributeNames). May be these features can be implemented in a more 
> smart way, but they necessary, I think.

Instead of #addValues:forAttributesNamed:, what about

(table projectAll: #(attr attr2)) addValues: #('foo' 'bar')?

Then there wouldn't be any operations that absolutely require you to 
use a concrete table.

Avi



More information about the Seaside mailing list