makasim / sfPhpunitPlugin

Integrate phpunit framework with symfony one

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clean method doesn't work with Oracle 10g

wesleyalcoforado opened this issue · comments

I wrote some fixtures to use with Doctrine, but when I call the clean method, it shows me this error:
Doctrine_Adapter_Exception: ORA-00922: missing or invalid option : SET FOREIGN_KEY_CHECKS = 0;

It seems that Oracle doesn't support such configuration. I'm trying to figure out a solution for this.

Unfortunately, I am only working with mysql databases and it seems this sql command is specific for the mysql. This problem was also reported for PostgreSQL.

It would be cool if you share you results.