~ubuntu-branches/ubuntu/saucy/clementine/saucy

« back to all changes in this revision

Viewing changes to src/devices/devicedatabasebackend.cpp

  • Committer: Package Import Robot
  • Author(s): Thomas PIERSON
  • Date: 2012-01-01 20:43:39 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120101204339-lsb6nndwhfy05sde
Tags: 1.0.1+dfsg-1
New upstream release. (Closes: #653926, #651611, #657391)

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
  QString schema = QString::fromUtf8(schema_file.readAll());
91
91
  schema.replace("%deviceid", QString::number(id));
92
92
 
93
 
  db_->ExecCommands(schema, db);
 
93
  db_->ExecCommands(schema, db, 0);
94
94
 
95
95
  t.Commit();
96
96
  return id;