Ignore:
Timestamp:
Mar 8, 2010, 12:52:58 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.2 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/sql/drivers/odbc/qsql_odbc.cpp

    r561 r651  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    889889                       (SQLINTEGER) query8.length());
    890890#endif
    891     if (r != SQL_SUCCESS && r != SQL_SUCCESS_WITH_INFO) {
     891    if (r != SQL_SUCCESS && r != SQL_SUCCESS_WITH_INFO) {
    892892        setLastError(qMakeError(QCoreApplication::translate("QODBCResult",
    893893                     "Unable to execute statement"), QSqlError::StatementError, d));
    894894        return false;
     895
     896
     897
     898
     899
    895900    }
    896901
Note: See TracChangeset for help on using the changeset viewer.