Bug 19604: Fix perlcritic "Loop iterator is not lexical"
[koha.git] / Koha / Database.pm
2018-04-11 Kyle M HallBug 20123: (QA follow-up) If tz is 'local', no need...
2018-04-11 Kyle M HallBug 20123: Allow multiple instances of Koha to have...
2018-02-16 Tomas Cohen AraziBug 18336: SET NAMES utf8mb4 in Koha::Database
2018-02-16 Jonathan DruartBug 20229: Explicitly list the SQL modes we support
2017-06-05 Olli-Antti KivilahtiBug 18285: Koha::Database schema cache accessors
2017-03-06 Marcel de RooyBug 18215: Resolve warning on $tls in Database.pm
2017-03-03 Dimitris KamenopoulosBug 15427 : Enable TLS support for MySQL
2016-10-21 Jonathan DruartBug 10337: Add a script to populate devs' DBs with...
2016-05-05 Jonathan DruartBug 16445: Revert changes made by bug 12478 to Koha...
2016-04-26 Robin SheatBug 12478 - add some base objects that the ES code...
2016-02-11 Jonathan DruartBug 15760: Avoid SQL injections
2015-10-23 Jonathan DruartBug 14778: Set PrintError as it was before
2015-10-23 Jonathan DruartBug 14778: Make sure the dbh returned is checked by...
2015-10-23 Jonathan DruartBug 14778: Get rid of DBIx::Connector
2015-02-20 Jonathan DruartBug 13645: Cache the DBIx connection
2015-02-20 Jonathan DruartBug 13690: use Koha::Schema only when it's needed
2014-06-19 Galen CharltonBug 11891: (follow-up) set DBIC storage flags correctly
2014-06-19 Kyle M HallBug 11891 - Make Koha::Schema use C4::Context->dbh
2014-03-27 Galen CharltonBug 11906: ensure that Koha::Database uses UTF8 mode...
2014-01-13 Galen CharltonBug 11389: reenable Pg as a DB scheme that Koha can...
2013-10-14 Galen CharltonBug 8798: (follow-up) remove DBIC_DONT_VALIDATE_RELS
2013-10-14 Chris CormackBug 8798: moving code to Koha::Database and adding...