Ticket #1484068: roundcube-postgres-bugfix.patch
| File roundcube-postgres-bugfix.patch, 0.5 kB (added by bobtfish, 2 years ago) |
|---|
-
program/include/rcube_db.inc
=== program/include/rcube_db.inc ==================================================================
293 293 { 294 294 case 'pgsql': 295 295 $result = &$this->db_handle->getOne("SELECT CURRVAL('$sequence')"); 296 return $result; 296 297 297 298 case 'mssql': 298 299 $result = &$this->db_handle->getOne("SELECT @@IDENTITY"); … … 576 577 577 578 } // end class rcube_db 578 579 579 ?> 580 No newline at end of file 580 ?> 581
