Bug 11891: (follow-up) set DBIC storage flags correctly
authorGalen Charlton <gmc@esilibrary.com>
Tue, 27 May 2014 17:57:33 +0000 (17:57 +0000)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 19 Jun 2014 14:55:23 +0000 (11:55 -0300)
commitb264e398401723e05e1f5dff62c426254e7066ec
treefd3e86962f3c37f1f39df119ac3eb81bd151d30d
parent967f5cb51321a6a08176c7718a6ab933b3b5f926
Bug 11891: (follow-up) set DBIC storage flags correctly

Since we're passing an existing DBI database handle to
DBIC, and that handle doesn't have RaiseError set to true
by default, don't let DBIC override that -- for now.

Test plan: verify that the DB-dependent test suite passes.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Koha/Database.pm