Changeset 2087

Show
Ignore:
Timestamp:
07/26/2007 08:00:36 AM (18 months ago)
Author:
tof
Message:

Add primilary Oracle support.

Location:
trunk
Files:
5 added
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/HISTORY

    r2081 r2087  
    1313CHG: GeSHi is replaced with Text_Highlighter (Christophe) 
    1414NEW: Added TTabPanel (Qiang) 
     15NEW: Ticket#676 - Added primilary Oracle support (Christophe) 
    1516 
    1617Version 3.1.0 July 2, 2007 
  • trunk/demos/quickstart/protected/pages/Database/ActiveRecord.page

    r1902 r2087  
    6161    <li><a href="http://www.sqlite.org">SQLite 2 and 3</a></li> 
    6262    <li><a href="#">MS SQL 2000 or later</a></li> 
     63    <li><a href="http://www.oracle.com">Oracle Database (alpha)</a></li> 
    6364</ul> 
    6465<p id="710009" class="block-content">Support for other databases can be provided when there are sufficient demands.</p> 
  • trunk/framework/Data/Common/TDbMetaData.php

    r1910 r2087  
    6868                                Prado::using('System.Data.Common.Mssql.TMssqlMetaData'); 
    6969                                return new TMssqlMetaData($conn); 
     70                        case 'oci': 
     71                                Prado::using('System.Data.Common.Oracle.TOracleMetaData'); 
     72                                return new TOracleMetaData($conn); 
    7073//                      case 'ibm': 
    7174//                              Prado::using('System.Data.Common.IbmDb2.TIbmDb2MetaData');