Inherit lastInsertId() from Adapter.

remotes/origin/stable6
Andreas Fischer 12 years ago
parent 665b7571f4
commit 8274d9f91c
  1. 5
      lib/private/db/adaptersqlsrv.php

@ -10,11 +10,6 @@
namespace OC\DB;
class AdapterSQLSrv extends Adapter {
public function lastInsertId($table) {
return $this->conn->realLastInsertId($table);
}
public function fixupStatement($statement) {
$statement = preg_replace( "/\`(.*?)`/", "[$1]", $statement );
$statement = str_ireplace( 'NOW()', 'CURRENT_TIMESTAMP', $statement );

Loading…
Cancel
Save