[albatross-users] Form state problem

Michael Neel neel at mediapulse.com
Wed Oct 30 15:29:13 EST 2002


I Just sent in my lowly .01 version to the list.  If you do add some of
this (name="" was sometihng I had on my list, esp. since mysql does not
yet do sub-selects) let me know!

Mike

-----Original Message-----
From: gnb at itga.com.au [mailto:gnb at itga.com.au] 
Sent: Tuesday, October 29, 2002 10:38 PM
To: Dave Cole
Cc: Michael Neel; albatross-users at object-craft.com.au
Subject: Re: [albatross-users] Form state problem 


> <alx-sql stmt="SELECT field1, field2 FROM table1 WHERE field3 = %s"
> 	   args="(1,)">

Very cool.  I could use something like this.

Hmmmm.....  

It could use a ctx.dbhandle() method to return a DBI-compliant handle.
(This divorces details about db vendor, and vendor-specific stuff like
login etc, away from the tag implementation and into the
application-defined ctx class). Have a name="" attribute to specify the
name of the cursor object, so you can have nested cursors.

Or perhaps have 2 tags:
	al-sql which works like al-expr
	al-sqlfor which returns an iterator over the sql cursor, like
al-for.

I might have a play with this sometime.....






More information about the Albatross-users mailing list