Bug 26265: (QA follow-up) Remove g option from regex, add few dirs
[koha-equinox.git] / Koha / Database.pm
2020-03-31 Jonathan DruartBug 22001: Set unsafe only if RaiseError is not set
2020-03-30 Jonathan DruartBug 25018: Use new KOHA_TESTING envvar to detect enviro...
2020-03-27 Jonathan DruartBug 22001: Enable RaiseError for tests
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2019-06-15 Jonathan DruartBug 23022: Remove the SQl mode NO_AUTO_CREATE_USER
2018-10-29 Jonathan DruartBug 21613: (QA follow-up) Resolve warning on $ENV{_...
2018-10-29 Marcel de RooyBug 21613: (QA follow-up) Resolve warning on $ENV{_}
2018-10-29 Jonathan DruartBug 21613: Turn strict SQL modes on for tests
2018-10-18 Jonathan DruartBug 20521: Use a specific config for strict sql modes
2018-10-17 Jonathan DruartBug 20521: Enable problematic SQL modes for dev installs
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...