Removing Oracle driver, it will not make it to stable release. Revert this commit to bring it back for next version

This commit is contained in:
Jose Lorenzo Rodriguez 2011-09-03 06:50:19 -04:30
parent 85d9b1af8d
commit 89b1e54071
6 changed files with 3 additions and 1250 deletions

View file

@ -31,8 +31,7 @@
* Database/Mysql - MySQL 4 & 5,
* Database/Sqlite - SQLite (PHP5 only),
* Database/Postgres - PostgreSQL 7 and higher,
* Database/Sqlserver - Microsoft SQL Server 2005 and higher,
* Database/Oracle - Oracle 8 and higher
* Database/Sqlserver - Microsoft SQL Server 2005 and higher
*
* You can add custom database drivers (or override existing drivers) by adding the
* appropriate file to app/Model/Datasource/Database. Drivers should be named 'MyDriver.php',