Bug 12478 - add some base objects that the ES code will depend on
[koha.git] / Koha / Database.pm
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...