DBI::DBD: STORE

2003-10-24 Thread Steffen Goeldner
Is there any value in returning a value (pun intended) from STORE? E.g.: sub STORE { ... return 1; For dbd_db_STORE_attrib(), DBI::DBD states: The return value is TRUE if you have handled the attribute or FALSE otherwise. Does the same rule apply to STORE()? If so, where is the

Re: DBI::DBD: STORE

2003-10-24 Thread H.Merijn Brand
On Fri 24 Oct 2003 11:00, Steffen Goeldner [EMAIL PROTECTED] wrote: Is there any value in returning a value (pun intended) from STORE? E.g.: sub STORE { ... return 1; For dbd_db_STORE_attrib(), DBI::DBD states: The return value is TRUE if you have handled the attribute

Re: DBI::DBD: STORE

2003-10-24 Thread Steffen Goeldner
H.Merijn Brand wrote: On Fri 24 Oct 2003 11:00, Steffen Goeldner [EMAIL PROTECTED] wrote: Is there any value in returning a value (pun intended) from STORE? E.g.: sub STORE { ... return 1; For dbd_db_STORE_attrib(), DBI::DBD states: The return value is TRUE if

Re: DBI::DBD: STORE

2003-10-24 Thread Tim Bunce
On Fri, Oct 24, 2003 at 11:00:55AM +0200, Steffen Goeldner wrote: Is there any value in returning a value (pun intended) from STORE? E.g.: sub STORE { ... return 1; For dbd_db_STORE_attrib(), DBI::DBD states: The return value is TRUE if you have handled the attribute

RFC: support for named-placeholders in DBI ?

2003-10-24 Thread Jim Cromie
Jim Cromie wrote: a poor subject line (was: and what about named placeholders ?), and (perhaps) the wrong list (dbi-users). So I request comments (consensus would be optimistic) and discussion on whether/how to devise a feature set which would make named place-holders free or almost free for

Re: RFC: support for named-placeholders in DBI ?

2003-10-24 Thread Jonathan Leffler
Jim Cromie wrote: Jim Cromie wrote: a poor subject line (was: and what about named placeholders ?), and (perhaps) the wrong list (dbi-users). So I request comments (consensus would be optimistic) and discussion on whether/how to devise a feature set which would make named place-holders free or