Skip to content

Commit

Permalink
IbmDb2: Commitment Contol
Browse files Browse the repository at this point in the history
Change-Id: I9e7c776fc234ab198be2cbe2a064f23dcda6e1a5
  • Loading branch information
guidofaecke committed Oct 22, 2013
1 parent 01a3684 commit a403d4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/Zend/Db/Adapter/Driver/IbmDb2/Connection.php
Expand Up @@ -39,7 +39,7 @@ class Connection implements ConnectionInterface, Profiler\ProfilerAwareInterface
* @var bool
*/
protected $inTransaction = false;

/**
* Constructor
*
Expand Down Expand Up @@ -309,4 +309,4 @@ public function getLastGeneratedValue($name = null)
{
return db2_last_insert_id($this->resource);
}
}
}

1 comment on commit a403d4d

@guidofaecke
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed trailing spaces

Please sign in to comment.