« Return to Thread: Zend_Auth with Oracle

Zend_Auth with Oracle

by Gabriel Baez-2 :: Rate this Message:

Reply to Author | View in Thread

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

 « Return to Thread: Zend_Auth with Oracle