Zend_Auth with Oracle

2 messages Options
Embed this post
Permalink
Gabriel Baez-2

Zend_Auth with Oracle

Reply Threaded More More options
Print post
Permalink
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" = '[hidden email]')




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
Gabriel Baez-2

Re: Zend_Auth with Oracle

Reply Threaded More More options
Print post
Permalink
Nvm, I just fetched the latest from SVN and fixed my problem.

On Feb 17, 2008 7:37 PM, Gabriel Baez <[hidden email]> 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" = '[hidden email]')




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