1. 30 Nov, 2011 - 1 commit
    • Honglei Zhang's avatar
      Fix sqlite driver memory eating due to close failure · d34170af
      Honglei Zhang authored
      
      If an ongoing query is not finalized before close function is
      called, sqlite driver still tries to close the connection to
      sqlite. In this case, sqlite reports an error to sqlite driver
      which is not reported to the client. The failure in close causes
      connection to sqlite unclosed and memory is not freed. This
      fix tries to finalize all queries before close function is called.
      The close function should succeed.
      
      Task-number: QTBUG-16967
      Change-Id: I2f10a2a9017446a9d44b693b00464a89625e3602
      Reviewed-by: default avatarYunqiao Yin <charles.yin@nokia.com>
      d34170af
  2. 23 Nov, 2011 - 1 commit
    • Honglei Zhang's avatar
      SQLite support only one statement at a time · 1d3cfdbf
      Honglei Zhang authored
      
      SQLite driver support only one statement at a time. This fix makes the
      exec and prepare call failed if more than one statements are given.
      This is bug fix for QTBUG-21884. Also the behaviour is documented in
      the API specification.
      
      Task-number: QTBUG-21884
      Change-Id: If1e25a0dd9f9ee38961ef478fc7909f6b05e360a
      Reviewed-by: default avatarYunqiao Yin <charles.yin@nokia.com>
      1d3cfdbf
  3. 24 May, 2011 - 1 commit
  4. 27 Apr, 2011 - 1 commit
    • Qt by Nokia's avatar
      Initial import from the monolithic Qt. · 38be0d13
      Qt by Nokia authored
      This is the beginning of revision history for this module. If you
      want to look at revision history older than this, please refer to the
      Qt Git wiki for how to use Git history grafting. At the time of
      writing, this wiki is located here:
      
      http://qt.gitorious.org/qt/pages/GitIntroductionWithQt
      
      If you have already performed the grafting and you don't see any
      history beyond this commit, try running "git log" with the "--follow"
      argument.
      
      Branched from the monolithic repo, Qt master branch, at commit
      896db169ea224deb96c59ce8af800d019de63f12
      38be0d13