DBIx::Recordset patch for select xxxx AS foo

2002-06-20 Thread Kee Hinckley
Currently if you do something like: select year(pubdate) as year; you can't refer to $set->{year}, instead it's $set->{'year(pubdate) as year'}. I didn't make this an option, perhaps it should be, but in any case, if you add the following line to SQLSelect just before the check for L

How can I trigger an error document from HTML::EmbperlObject?

2002-06-20 Thread Kee Hinckley
I want something like: $status = Execute({inputfile => '*'}); if ($status) { where if there's an error I go to my default /error.html file, which can then print out all the information I'd normally get using the ErrorDocument directive. Barring that an internal redirect would