Whats planned? (the big stuff)
$h->{FetchHashReuse} = 1; or
= {};
- Enables greatly optimized fetchrow_hashref() performance
- if you promise to play by the rules!
-
$sql_new = $dbh->preparse($sql_orig, $return, $accept)
- Gateway to extra functionality in the future, especially portability
- rewrite comments to suit database e.g., # into --
- rewrite placeholders e.g. ? into %s
- rewrite ODBC escape sequences like {fn CONCAT(
)}
- (thanks to Scott Hildreth for kick-starting this work)
-
Track bind values and make available via $sth->{ParamValues}
- include them in $h->{ShowErrorStatement} output
-