Bug 14334: Remove AutoCommit from tests
[koha.git] / t / db_dependent / Koha / Objects.t
2018-05-29 Jonathan DruartBug 20767: Display a stack trace when a method is not...
2017-12-11 Tomas Cohen AraziBug 19410: Move build_query_params_from_api into a...
2017-12-11 Tomas Cohen AraziBug 19410: Unit tests
2017-09-01 Kyle M HallBug 19209 [Followup] - Ensure checkouts don't prevent...
2017-09-01 Tomas Cohen AraziBug 19209: (QA followup) Improve tests
2017-09-01 Tomas Cohen AraziBug 19209: Add ->is_paged method to Koha::Objects
2017-08-15 Jonathan DruartBug 18292: Remove return 1 statements in tests
2017-06-16 Marcel de RooyBug 18361: [QA Follow-up] Resolve warning on undef...
2017-06-16 Tomas Cohen AraziBug 18361: (QA followup) Add tests for the no params...
2017-06-16 Marcel de RooyBug 18361: Additional tests for Koha::Objects->find
2017-06-15 Jonathan DruartBug 18539: Forbid list context calls for Koha::Objects...
2017-04-28 Kyle M HallRevert "Bug 18179: Forbid list context calls for Koha...
2017-04-28 Jonathan DruartBug 18179: Forbid list context calls for Koha::Objects...
2017-04-03 Jonathan DruartBug 18093: Koha::Objects->get_column should not return...
2017-04-03 Jonathan DruartBug 18093: Add Koha::Objects->get_column
2017-03-31 Jonathan DruartBug 18332: Add the Koha::Objects->last method
2016-12-23 Lari TaskulaBug 17783: Add Koha::Objects->single
2016-11-07 Jonathan DruartBug 17552: Continue revert and add tests to highlight...
2016-10-21 Jonathan DruartBug 17425: Add the Object::MethodNotCoveredByTests...
2016-10-21 Tomas Cohen AraziBug 17425: Make Koha::Object raise exceptions
2016-10-21 Kyle M HallBug 17080 [QA Followup] - Fix number of tests
2016-10-21 Jonathan DruartBug 17080: Handle default values for NOT NULL columns...
2016-10-21 Jonathan DruartBug 16965: search_related returns an instanciated Koha...
2016-10-21 Jonathan DruartBug 16965: Add Koha::Objects->search_related
2016-10-11 Jonathan DruartBug 17091: Add delete to the Koha::Objects AUTOLOAD...
2016-10-11 Jonathan DruartBug 17091: In a first phase, restrict the usage of...
2016-10-11 Jonathan DruartBug 17091: Remove explicit declaration of Koha::Objects...
2016-10-11 Jonathan DruartBug 17091: Remove explicit declaration of Koha::Objects...
2016-09-25 Jonathan DruartBug 16961: Add Koha::Objects->update
2016-07-15 Jonathan DruartBug 16889: Add Koha::Objects->columns
2016-01-12 Jonathan DruartBug 15473: Make Koha::Objects->find accepts 0 and ...