Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/sql/drivers/oci/qsql_oci.cpp

    r651 r769  
    518518    else if (ocitype == QLatin1String("LONG") || ocitype == QLatin1String("NCLOB")
    519519             || ocitype == QLatin1String("CLOB"))
    520         type = QVariant::String;
     520        type = QVariant::;
    521521    else if (ocitype == QLatin1String("RAW") || ocitype == QLatin1String("LONG RAW")
    522522             || ocitype == QLatin1String("ROWID") || ocitype == QLatin1String("BLOB")
     
    544544    case SQLT_RDD:
    545545    case SQLT_LNG:
    546     case SQLT_CLOB:
    547546#ifdef SQLT_INTERVAL_YM
    548547    case SQLT_INTERVAL_YM:
     
    582581    case SQLT_LVB:
    583582    case SQLT_BLOB:
     583
    584584    case SQLT_FILE:
    585585    case SQLT_NTY:
Note: See TracChangeset for help on using the changeset viewer.