Subject: | Apache::Session::Store::Oracle table name |
Date: | Tue, 22 Aug 2006 16:40:46 -0400 |
To: | <bug-Apache-Session [...] rt.cpan.org> |
From: | Tom Adamo <tadamo [...] buffalo.edu> |
Can Apache::Session::Store::Oracle be changed to use the
$Apache::Session::Store::DBI::TableName variable provided in
Apache::Session::Store::DBI? It currently has the table name 'sessions' in
the SQL statement it uses. I would like it to use $self->{table_name} so
that I can use any schema/table that I need.
72c72
< SELECT a_session FROM sessions WHERE id = ? FOR UPDATE});
---
Show quoted text
> SELECT a_session FROM } . $self->{table_name} . qq{ WHERE id =
? FOR UPDATE});
Thanks for the help!
--
Tom Adamo