Skip to content

Instantly share code, notes, and snippets.

@slarosa
Created July 4, 2016 19:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slarosa/816d005014bedc86f31f3aa2c27823cd to your computer and use it in GitHub Desktop.
Save slarosa/816d005014bedc86f31f3aa2c27823cd to your computer and use it in GitHub Desktop.
protected function _autoCommitNotify ($state){
if (version_compare(pg_parameter_status($this->_connection, "server_version"),'7.4')<0) {
$this->_doExec('SET AUTOCOMMIT TO '.($state ? 'ON' : 'OFF'));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment