Created by: magaliruffier
New fetch_all_by_name method, used for REST endpoints.
Some REST endpoints retrieve information on biotypes by their names. The original implementation uses straight SQL queries. Replacement methods have now been implemented on the BiotypeAdaptor.
Some direct SQL removed, makes it easier to protect the REST endpoints from schema changes.
Some scenarios might not be tested for
Have you added/modified unit tests to test the changes?
Yes. Added some tests in the biotype.t
If so, do the tests pass/fail?
Yes Have you run the entire test suite and no regression was detected?
Yes.