Zend_Auth with Oracle

View: New views
2 Messages — Rating Filter:   Alert me  

Zend_Auth with Oracle

by Gabriel Baez-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm having problems with Zend_Auth using oracle..

Zend_Auth is generating the following query, that oracle dosen't like.


The supplied parameters to Zend_Auth_Adapter_DbTable failed to produce a valid sql statement, please check table and column names for validity.SELECT USERS.*, "PASSWORD" = 'eb8b5cf093b6ac2008c786dc53251255' AS zend_auth_credential_match FROM USERS WHERE ("EMAIL" = 'gabriel.baez@...')




I saw a Jira, issue on this for this issue, http://framework.zend.com/issues/browse/ZF-1820?page=history


and I'm using Zend Framework 1.0.3

Re: Zend_Auth with Oracle

by Gabriel Baez-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Nvm, I just fetched the latest from SVN and fixed my problem.

On Feb 17, 2008 7:37 PM, Gabriel Baez <sheik316@...> wrote:
I'm having problems with Zend_Auth using oracle..

Zend_Auth is generating the following query, that oracle dosen't like.


The supplied parameters to Zend_Auth_Adapter_DbTable failed to produce a valid sql statement, please check table and column names for validity.SELECT USERS.*, "PASSWORD" = 'eb8b5cf093b6ac2008c786dc53251255' AS zend_auth_credential_match FROM USERS WHERE ("EMAIL" = 'gabriel.baez@...')




I saw a Jira, issue on this for this issue, http://framework.zend.com/issues/browse/ZF-1820?page=history


and I'm using Zend Framework 1.0.3